Skip to main content
GET
/
api
/
workflows
List workflows
curl --request GET \
  --url https://api.tedro.io/api/workflows \
  --header 'x-workspace-id: <api-key>' \
  --cookie better-auth.session_token=
{
  "items": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.tedro.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by Better Auth on sign-in.

x-workspace-id
string
header
required

Workspace UUID. Required on all /api/* endpoints.

Response

Workflow list

items
object[]
required