List Incidents (POST)
Lists incidents.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
acknowledged_date
Provides ways to specify date ranges on objects.
actual_close_date
Provides ways to specify date ranges on objects.
applies_to_parts
Filters for incidents that apply to any of the provided parts.
created_by
Filters for incidents created by any of the provided users.
created_date
Provides ways to specify date ranges on objects.
cursor
The cursor to resume iteration from. If not provided, then
iteration starts from the beginning.
custom_fields
Filters for custom fields.
identified_date
Provides ways to specify date ranges on objects.
limit
The maximum number of items.
mitigated_date
Provides ways to specify date ranges on objects.
mode
The iteration mode to use. If “after”, then entries after the provided cursor will be returned, or if no cursor is provided, then from the beginning. If “before”, then entries before the provided cursor will be returned, or if no cursor is provided, then from the end. Entries will always be returned in the specified sort-by order.
Allowed values:
modified_date
Provides ways to specify date ranges on objects.
owned_by
Filters for incidents owned by any of the provided users.
pia
Filters for incidents with any of the provided PIAs.
playbooks
Filters for incidents with any of the provided playbooks.
reported_by
Filters for incidents with any of the provided reporters.
severity
Filters for incidents containing any of the provided severities.
sort_by
The list of fields to sort the items by and how to sort them.
stage
Filters for incidents in any of the provided stages.
staged_info
subtype
Filters for incidents with any of the provided subtypes.
sync_metadata
target_close_date
Provides ways to specify date ranges on objects.
title
Filters for incidents by the provided titles.
sourceDeprecated
Filters for incidents with any of the provided sources.
Response
Success.
incidents
The matching incidents.
next_cursor
The cursor used to iterate subsequent results in accordance to the
sort order. If not set, then no later elements exist.
prev_cursor
The cursor used to iterate preceding results in accordance to the
sort order. If not set, then no prior elements exist.