{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-schema/incident-manager-list-timeline-events-input-schema.json", "title": "ListTimelineEventsInput", "description": "ListTimelineEventsInput schema", "type": "object", "properties": { "filters": { "allOf": [ { "$ref": "#/components/schemas/FilterList" }, { "description": "
Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:
eventTime
eventType
Note the following when deciding how to use Filters:
If you don't specify a Filter, the response includes all timeline events.
If you specify more than one filter in a single request, the response returns timeline events that match all filters.
If you specify a filter with more than one value, the response returns timeline events that match any of the values provided.
sortBy field."
}
]
}
},
"required": [
"incidentRecordArn"
]
}