List jobs
GET/v1/jobs
List all jobs for the authenticated user with optional filtering and pagination.
Authentication Required: Only returns jobs created with your API key.
Pagination: Use the cursor parameter from the response's next_cursor to fetch subsequent pages.
Request
Responses
- 200
- 400
- 401
- 500
Jobs retrieved successfully
Invalid query parameters
Authentication failed
Internal server error
Was this page helpful?