Incidents
List Incidents
Retrieve incident summaries, newest first. Reads from the database, so closed incidents are included as well. Only incidents whose source object is readable by the caller are returned.
get/v1/incidents
Query parameters
objectIdinteger
Return only incidents created on given source object (0 or absent for all objects).
statestring
Comma-separated list of incident states to include (absent for all states).
fromstring
Return only incidents created at or after this point in time.
tostring
Return only incidents created at or before this point in time.
limitinteger
Maximum number of incidents to return (default 1000, maximum 10000).
Response
Successful retrieval of incidents.