Returns jobs across all projects in an organization.
curl --request GET \
--url https://api.strait.dev/v1/organizations/{orgID}/jobs \
--header 'Authorization: Bearer <token>'{
"data": "<unknown>",
"has_more": true,
"$schema": "<string>",
"next_cursor": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as Bearer token
curl --request GET \
--url https://api.strait.dev/v1/organizations/{orgID}/jobs \
--header 'Authorization: Bearer <token>'{
"data": "<unknown>",
"has_more": true,
"$schema": "<string>",
"next_cursor": "<string>"
}