v1

latestOpenAPI 3.0.12026-08-04123613463.4 KB
Issues

Retrieve issues

This endpoint lists issues, or a subset of issues.

get/issues

Query parameters

string
OR
string[]
Example:iss_YXKv5OdJXCiVwkPhGy
string

Issue trigger ID

OR
string[]
Example:it_BXKv5OdJXCiVwkPhGy
'delivery' | 'transformation' | 'backpressure' | 'request'

Issue type

OR
string[]
Example:delivery
'OPENED' | 'IGNORED' | 'ACKNOWLEDGED' | 'RESOLVED'

Issue status

OR
string[]
Example:OPENED
string

Issue ID

OR
string[]
Example:iss_AXKv3OdJXCiKlkPhDz
string date-time nullable
OR
string date-time nullable
OR
string date-time nullable
OR
string date-time nullable
OR
'created_at' | 'first_seen_at' | 'last_seen_at' | 'opened_at' | 'status'
OR
string[]
'asc' | 'desc'
OR
string[]
limitinteger

Result set size

nextstring

The ID to provide in the query to get the next set of results

prevstring

The ID to provide in the query to get the previous set of results

Response

List of issues

countinteger

Example response

{
  "models": [
    {
      "id": "iss_YXKv5OdJXCiVwkPhGy"
    }
  ]
}