GET
Get Workflows
Returns all agents (workflows) in your organization, including both active and archived. Each item includes summary fields โ€” use Get an agent to retrieve the full workflow definition.

Authorizations

Authorization
string
header
required

An EESI API key (sk-eesi-...) or a Clerk session token.

Headers

authorization
string | null
X-API-Key
string | null

Query Parameters

status
string | null

Filter by status - can be single value (active/archived) or comma-separated (active,archived)

Response

Successful Response

id
integer
required
name
string
required
status
string
required
created_at
string<date-time>
required
total_runs
integer
required
folder_id
integer | null
workflow_uuid
string | null