Skip to main content
GET
List scheduled work

Authorizations

Authorization
string
header
required

Authorization: Bearer <token> where <token> is either a neo_sk_<env>_<secret> API key (service account) or a Microsoft Entra ID access token (dashboard user).

Query Parameters

status
string

Filter by status: PENDING, PROCESSING, COMPLETED, FAILED, CANCELLED.

ticket_id
string

Filter by exact ticket id.

Partial match on ticket_id or ticket_number.

page
integer

1-indexed page number (default 1).

page_size
integer

Items per page (1-200, default 50).

Response

Success.

data
PublicScheduledWork · object[]
required
meta
object
required