List Export Jobs
Export
List Export Jobs
List export jobs requested by the current authenticated account
GET
List Export Jobs
List export jobs tied to the authenticated Shoal account.
Access
- Access layer:
premium - Plan floor:
enterprise - Surface:
export
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Max results (default 20, max 20) |
offset | integer | No | Offset for the first page (max 100) |
Request
cURL
Response (200)
Notes
- Results are scoped to the authenticated account.
- Export jobs remain separate from feed, replay, and timeline usage.
- Use
GET /v1/export/jobs/:idfor a single job record.
Errors
- 403 if the API key does not meet the enterprise plan floor
- 500 on internal server error