Returns the currently active versions for a workflow, including traffic splits.
curl --request GET \
--url https://api.strait.dev/v1/workflows/{workflowID}/active-versions \
--header 'Authorization: Bearer <token>'{
"versions": [
{
"paused": 123,
"pending": 123,
"running": 123,
"total": 123,
"version": 123,
"version_id": "<string>"
}
],
"workflow_id": "<string>",
"$schema": "<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/workflows/{workflowID}/active-versions \
--header 'Authorization: Bearer <token>'{
"versions": [
{
"paused": 123,
"pending": 123,
"running": 123,
"total": 123,
"version": 123,
"version_id": "<string>"
}
],
"workflow_id": "<string>",
"$schema": "<string>"
}