GET
/issues

https://api.merge.dev/api/ticketing/v1/issues

US
EU

Gets issues.


Query & Path Parameters

account_tokenString
Optional

cursorString
Optional
The pagination cursor value.

end_dateString
Optional
If included, will only include issues whose most recent action occurred before this time

end_user_organization_nameString
Optional

first_incident_time_afterDateTime (ISO 8601)
Optional
If provided, will only return issues whose first incident time was after this datetime.

first_incident_time_beforeDateTime (ISO 8601)
Optional
If provided, will only return issues whose first incident time was before this datetime.

include_mutedString
Optional
If true, will include muted issues

integration_nameString
Optional

last_incident_time_afterDateTime (ISO 8601)
Optional
If provided, will only return issues whose last incident time was after this datetime.

last_incident_time_beforeDateTime (ISO 8601)
Optional
If provided, will only return issues whose last incident time was before this datetime.

page_sizeInteger
Optional
Number of results to return per page.

start_dateString
Optional
If included, will only include issues whose most recent action occurred after this time

statusString
Optional
Status of the issue. Options: ('ONGOING', 'RESOLVED')

GET
/issues/{id}

https://api.merge.dev/api/ticketing/v1/issues/{id}

US
EU

Get a specific issue.


Query & Path Parameters

idUUID
Required