Skip to main content
GET
List work requests

Authorizations

Authorization
string
header
required

Organization API key with an sk_live_ or sk_test_ prefix

Query Parameters

limit
integer
default:100

Maximum number of items to return from a MaintainX-compatible list (1-200)

Required range: 1 <= x <= 200
cursor
string

Pagination cursor from previous response

title
string
assets
string[]
locations
string[]
priorities
enum<string>[]
Available options:
NONE,
LOW,
MEDIUM,
HIGH
statuses
enum<string>[]
Available options:
PENDING,
REJECTED,
APPROVED,
DONE
expand
enum<string>[]
Available options:
asset,
location,
work_order,
extra_fields

Response

Work request collection

workRequests
object[]
required
nextCursor
string | null
required
nextPageUrl
string | null
required