GET
/issues
https://api.merge.dev/api/mktg/v1/issues
US
EU
Gets issues.
Query & Path Parameters
account_token
StringOptional
cursor
StringOptional
The pagination cursor value.
end_date
StringOptional
If included, will only include issues whose most recent action occurred before this time
end_user_organization_name
StringOptional
first_incident_time_after
DateTime (ISO 8601)Optional
If provided, will only return issues whose first incident time was after this datetime.
first_incident_time_before
DateTime (ISO 8601)Optional
If provided, will only return issues whose first incident time was before this datetime.
include_muted
StringOptional
If True, will include muted issues
integration_name
StringOptional
last_incident_time_after
DateTime (ISO 8601)Optional
If provided, will only return issues whose last incident time was after this datetime.
last_incident_time_before
DateTime (ISO 8601)Optional
If provided, will only return issues whose last incident time was before this datetime.
page_size
IntegerOptional
Number of results to return per page.
start_date
StringOptional
If included, will only include issues whose most recent action occurred after this time
status
StringOptional
Status of the issue. Options: ('ONGOING', 'RESOLVED')
GET
/issues/{id}
https://api.merge.dev/api/mktg/v1/issues/{id}
US
EU
Get a specific issue.
Query & Path Parameters
id
UUIDRequired