/issues

Gets all issues for Organization.

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Query parameters

account_tokenstringOptional
cursorstringOptional
The pagination cursor value.
end_datestringOptional
If included, will only include issues whose most recent action occurred before this time
end_user_organization_namestringOptional
first_incident_time_afterdatetimeOptional
If provided, will only return issues whose first incident time was after this datetime.
first_incident_time_beforedatetimeOptional
If provided, will only return issues whose first incident time was before this datetime.
include_mutedstringOptional
If true, will include muted issues
integration_namestringOptional
last_incident_time_afterdatetimeOptional
If provided, will only return issues whose last incident time was after this datetime.
last_incident_time_beforedatetimeOptional
If provided, will only return issues whose last incident time was before this datetime.
linked_account_idstringOptional
If provided, will only include issues pertaining to the linked account passed in.
page_sizeintegerOptional
Number of results to return per page. The maximum limit is 100.
start_datestringOptional
If included, will only include issues whose most recent action occurred after this time
statusenumOptional
Status of the issue. Options: ('ONGOING', 'RESOLVED') * `ONGOING` - ONGOING * `RESOLVED` - RESOLVED
Allowed values:

Response

nextstring or null
previousstring or null
resultslist of objects or null