curl --request GET \
--url https://api.example.com/actions \
--cookie fastapiusersauth=[
{
"id": "<string>",
"workflow_id": "<string>",
"type": "<string>",
"title": "<string>",
"description": "<string>",
"status": "<string>",
"is_interactive": true
}
]List all actions for a workflow.
curl --request GET \
--url https://api.example.com/actions \
--cookie fastapiusersauth=[
{
"id": "<string>",
"workflow_id": "<string>",
"type": "<string>",
"title": "<string>",
"description": "<string>",
"status": "<string>",
"is_interactive": true
}
]wf_[0-9a-zA-Z]+Was this page helpful?