List Issues
Authentication
AuthorizationBearer
Retrieve your API Key from Dashboard.
Query parameters
id
This will return issues with the specified id.
monitorId
This will return issues with the specified monitor ID.
policyId
This will return issues with the specified policy ID.
status
This will return issues with the specified status.
Allowed values:
page
This is the page number to return. Defaults to 1.
sortOrder
This is the sort order for pagination. Defaults to 'DESC'.
Allowed values:
limit
This is the maximum number of items to return. Defaults to 100.
createdAtGt
This will return items where the createdAt is greater than the specified value.
createdAtLt
This will return items where the createdAt is less than the specified value.
createdAtGe
This will return items where the createdAt is greater than or equal to the specified value.
createdAtLe
This will return items where the createdAt is less than or equal to the specified value.
updatedAtGt
This will return items where the updatedAt is greater than the specified value.
updatedAtLt
This will return items where the updatedAt is less than the specified value.
updatedAtGe
This will return items where the updatedAt is greater than or equal to the specified value.
updatedAtLe
This will return items where the updatedAt is less than or equal to the specified value.
Response
monitorId
This is the ID of the monitor that triggered this issue.
policyId
This is the ID of the policy that triggered this issue.
totalCalls
This is the total number of calls made since created_at to determine percentage of calls affected.
status
This is the status of the issue.
Allowed values:
id
This is the unique identifier for the issue.
orgId
This is the unique identifier for the org that this issue belongs to.
createdAt
This is the ISO 8601 date-time string of when the issue was first detected.
updatedAt
This is the ISO 8601 date-time string of when the issue was last updated.
calls
These are the calls associated with this issue.
This is only present when retrieving a single issue by ID.
acknowledgedBy
This is the email/name of the user who acknowledged the issue.
resolvedBy
This is the email/name of the user who resolved the issue.
acknowledgedAt
This is the ISO 8601 date-time string of when the issue was acknowledged.
resolvedAt
This is the ISO 8601 date-time string of when the issue was resolved.