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

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

Response

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

Errors