{ "$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-incident-records-input-schema.json", "title": "ListIncidentRecordsInput", "description": "ListIncidentRecordsInput schema", "type": "object", "properties": { "filters": { "allOf": [ { "$ref": "#/components/schemas/FilterList" }, { "description": "
Filters the list of incident records you want to search through. You can filter on the following keys:
creationTime
impact
status
createdBy
Note the following when when you use Filters:
If you don't specify a Filter, the response includes all incident records.
If you specify more than one filter in a single request, the response returns incident records that match all filters.
If you specify a filter with more than one value, the response returns incident records that match any of the values provided.