List jobs
Lists the gallery's art-logistics jobs with cursor pagination. Filter by `q` (title/instructions/notes substring), `status`, `job_type`, or `assignee_id` (the jobs a member is on the crew of).
Lists the gallery's art-logistics jobs with cursor pagination. Filter by q (title/instructions/notes substring), status, job_type, or assignee_id (the jobs a member is on the crew of).
Authorization
bearerAuth jobs:readA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: jobs:read
Query Parameters
1 <= value <= 10020length <= 200Value in
- "draft"
- "scheduled"
- "in_progress"
- "blocked"
- "done"
- "canceled"
Value in
- "move"
- "install"
- "deinstall"
- "condition_check"
- "fair_logistics"
- "other"
Sort by one of: created, updated, due (default created).
Value in
- "created"
- "updated"
- "due"
Sort direction (default desc).
Value in
- "asc"
- "desc"
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "id": "string", "title": "string", "job_type": "move", "status": "draft", "origin_location_id": "string", "destination_location_id": "string", "scheduled_start": "string", "scheduled_end": "string", "instructions": "string", "notes": "string", "created_by": "string", "livemode": true, "created_at": "string", "updated_at": "string", "assignee_count": -9007199254740991, "task_count": -9007199254740991, "blocked_task_count": -9007199254740991 } ], "next_cursor": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}