Skip to main content
GET
Search Tickets (Passthrough)

Authorizations

X-API-KEY
string
header
required
X-CONNECTION-ID
string
header
required

Query Parameters

jql
string | null

Jira only. JQL filter string, max 5000 chars.

Maximum string length: 5000
cursor
string | null

Jira only. Opaque pagination token from next_cursor in a previous response.

table
enum<string>
default:incident

ServiceNow only. Table to query.

Available options:
incident,
problem
query
string | null

ServiceNow only. sysparm_query filter string.

Maximum string length: 5000
limit
integer
default:50

Page size.

Required range: 1 <= x <= 100
offset
integer
default:0

ServiceNow only. Pagination offset.

Required range: x >= 0

Response

Successful Response

items
PassthroughTicket · object[]
required

The records on this page.

next_cursor
string | null

Opaque position of the next page. Pass it back as cursor to continue; null when this is the last page.

previous_cursor
string | null

Opaque position of the previous page, for walking backwards. Null on the first page.