HydraCore
API by router

Workflows internal

Get Active Workflows For Instance

Fetch active workflows for an instance. Called by the runtime middleware.

If workflow_slugs is provided (comma-separated), only return those workflows. This allows the runtime to scope by recipe's workflow_slugs. If omitted, returns all active workflows for the tenant.

GET
/internal/v1/instances/{instance_id}/workflows/active

Path Parameters

instance_idInstance Id
Formatuuid

Query Parameters

workflow_slugs?Workflow Slugs

Response Body

curl -X GET "https://loading/internal/v1/instances/497f6eca-6276-4993-bfeb-53cbbbba6f08/workflows/active?workflow_slugs=string"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}