issues list
GET {{baseUrl}}/issues
Gets issues.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
account_token | string | ||
cursor | string | The pagination cursor value. | |
end_date | string | If included, will only include issues whose most recent action occurred before this time | |
end_user_organization_name | string | ||
first_incident_time_after | string | If provided, will only return issues whose first incident time was after this datetime. | |
first_incident_time_before | string | If provided, will only return issues whose first incident time was before this datetime. | |
include_muted | string | If True, will include muted issues | |
integration_name | string | ||
last_incident_time_after | string | If provided, will only return issues whose first incident time was after this datetime. | |
last_incident_time_before | string | If provided, will only return issues whose first incident time was before this datetime. | |
page_size | number | Number of results to return per page. | |
start_date | string | If included, will only include issues whose most recent action occurred after this time | |
status | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"next":"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw","previous":"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ","results":[{"error_description":"string","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","status":"ONGOING","end_user":{"nulla_8a":{},"adipisicing36":{}},"first_incident_time":"2022-12-05T16:19:15.161Z","last_incident_time":"2022-12-05T16:19:15.161Z","is_muted":true,"error_details":["Missing employee permissions.","Missing time off permissions."]},{"error_description":"string","id":"3fa85f64-5717-4562-b3fc-2c963f66afa6","status":"ONGOING","end_user":{"pariatur7":{}},"first_incident_time":"2022-12-05T16:19:15.161Z","last_incident_time":"2022-12-05T16:19:15.161Z","is_muted":true,"error_details":["Missing employee permissions.","Missing time off permissions."]}]}