Infra APIBuild
List build jobs
GET
/api/v1/build/jobsAuthorization
BearerAuth AuthorizationBearer <token>
Supabase JWT Bearer token
In: header
Query Parameters
org_id*string
Organization id
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/build/jobs?org_id=string"{ "jobs": [ { "cancel_requested": true, "commit_sha": "string", "error": "string", "exit_code": 0, "finished_at": "string", "git_ref": "string", "id": "string", "organization_id": "string", "queued_at": "string", "repo_url": "string", "started_at": "string", "status": "string" } ]}{ "error": "string", "message": "string"}{ "error": "string", "message": "string"}