Skip to main content
GET
Lists every job owned by your account — drafts included — with proposal counts, newest first. This is the authenticated counterpart to the tokenless marketplace search: use it to find your own drafts to finish, open jobs to monitor, and proposal queues to review. Requirements: jobs:read scope. Works pre-claim.

Request

status
string
Filter to one status: DRAFT, OPEN, ONGOING, COMPLETED, ARCHIVED, or PENDING_APPROVAL. Invalid values return 400 with details.supportedStatuses.
limit
number
default:"25"
Page size, max 100.
cursor
string
Pagination cursor from a previous response’s nextCursor.

Response

jobs
object[]
Your jobs, newest first.
nextCursor
string | null
Pass back as cursor for the next page; null at the end.

Errors

StatuscodeMeaning
400BAD_REQUESTInvalid status (details.supportedStatuses) or limit below 1
401UNAUTHORIZEDMissing or invalid token
403FORBIDDENMissing jobs:read scope