Skip to main content
GET
Search Tickets (Passthrough)

Authorizations

X-CONNECTION-ID
string
header
required
X-API-KEY
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

List of items returned in the response

next_cursor
string | null

Skip token to continue from the last item in the previous page

previous_cursor
string | null

Skip token to continue from the first item in the previous page