GET
/
v3
/
workflows
/
{flow_id}
curl --request GET \
  --url https://agent-prod.studio.lyzr.ai/v3/workflows/{flow_id} \
  --header 'x-api-key: <api-key>'
{
  "flow_name": "Sample Workflow",
  "tasks": []
}

Authorizations

x-api-key
string
header
required

Path Parameters

flow_id
string
required

Unique ID of the workflow.

Example:

"e0ab5411-8620-41c0-acdd-bac4c35fc7c0"

Response

200
application/json

Workflow details retrieved successfully

The response is of type object.