Returns all dependencies for a specific job.
curl --request GET \
--url https://api.strait.dev/v1/jobs/{jobID}/dependencies \
--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/jobs/{jobID}/dependencies \
--header 'Authorization: Bearer <token>'{
"data": "<unknown>",
"has_more": true,
"$schema": "<string>",
"next_cursor": "<string>"
}