List bulk jobs
GET/v2/jobs
Returns a paginated list of the authenticated user's bulk jobs, newest first.
Results do not include the full results JSONB — use GET /v2/jobs/{id} for that.
Request
Responses
- 200
- 429
List of jobs
Rate limit exceeded
Response Headers
X-RateLimit-Limit
Maximum requests allowed in the window
X-RateLimit-Remaining
Requests remaining in current window
Retry-After
Seconds until the rate limit resets