Returns details of a specific job version.
curl --request GET \
--url https://api.strait.dev/v1/jobs/{jobID}/versions/{versionID} \
--header 'Authorization: Bearer <token>'{
"created_at": "2023-11-07T05:31:56Z",
"endpoint_url": "<string>",
"id": "<string>",
"job_id": "<string>",
"max_attempts": 123,
"name": "<string>",
"slug": "<string>",
"timeout_secs": 123,
"version": 123,
"$schema": "<string>",
"backwards_compatible": true,
"cron": "<string>",
"description": "<string>",
"fallback_endpoint_url": "<string>",
"image_uri": "<string>",
"machine_preset": "<string>",
"payload_schema": "<unknown>",
"region": "<string>",
"run_ttl_secs": 123,
"tags": {},
"version_id": "<string>",
"webhook_url": "<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
OK
A URL to the JSON Schema for this object.
"https://api.strait.dev/schemas/JobVersion.json"
Show child attributes
curl --request GET \
--url https://api.strait.dev/v1/jobs/{jobID}/versions/{versionID} \
--header 'Authorization: Bearer <token>'{
"created_at": "2023-11-07T05:31:56Z",
"endpoint_url": "<string>",
"id": "<string>",
"job_id": "<string>",
"max_attempts": 123,
"name": "<string>",
"slug": "<string>",
"timeout_secs": 123,
"version": 123,
"$schema": "<string>",
"backwards_compatible": true,
"cron": "<string>",
"description": "<string>",
"fallback_endpoint_url": "<string>",
"image_uri": "<string>",
"machine_preset": "<string>",
"payload_schema": "<unknown>",
"region": "<string>",
"run_ttl_secs": 123,
"tags": {},
"version_id": "<string>",
"webhook_url": "<string>"
}