List Retrieval Jobs
Returns all retrieval jobs, ordered bycreatedAt descending. Filter by dock or status using query parameters.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
dockId | string | Required | Filter jobs by dock ID |
status | string | Optional | Filter by status: PENDING, PROCESSING, COMPLETED, or FAILED |
limit | integer | Optional | Maximum number of results to return (default: 100) |
offset | integer | Optional | Number of results to skip for pagination (default: 0) |
Example Request
Response
Error Handling
| Status | Condition |
|---|---|
400 | dockId query parameter is missing |
401 | Missing or invalid API key |
404 | Dock not found |