GET /tasks/{taskIdOrSlug}/jobs with cursor pagination (limit, cursor, nextCursor).
API reference
Interactive playground + request/response schemas for every endpoint.
Get an API key
API requests use a workspace-scoped API key.- Navigate to your workspace settings
- Go to the API Keys section
- Click Create API Key
- Give your key a descriptive name (e.g., “CI Pipeline”, “GitHub Actions”)
- Optionally set an expiration date
- Copy the key immediately - it will only be shown once
Use the API key
Send it in theAuthorization header as a Bearer token.
API key security
- Rotate keys periodically
- Use separate keys for different environments (dev, staging, prod)
- Revoke keys immediately if compromised