Skip to main content
GET
List Sentinel jobs for the current team
Sentinel add-on

Authorizations

x-api-key
string
header
required

Query Parameters

status
string

Optional status filter: "pending", "processing", "completed", or "failed"

limit
integer<int32>
default:20

Maximum number of jobs to return (1–100). Default 20.

offset
integer<int32>
default:0

Number of jobs to skip for pagination. Default 0.

Response

200 - application/json

Paginated job list with total count

items
null | object[]
total
integer<int32>
limit
integer<int32>
offset
integer<int32>