Skip to main content
GET
List instances of one workflow

Authorizations

hookie_session
string
cookie
required

The console's sealed session cookie, set by WorkOS AuthKit. Mutating requests also require the X-Requested-With CSRF header.

Path Parameters

project_id
string
required
workflow_id
string
required

Query Parameters

state
enum<string>

Exact-match state filter. Unrecognized values simply return an empty list.

Available options:
pending,
running,
waiting,
completed,
failed,
timed_out,
cancelled

Response

Instances, newest first, hard-capped at 500 rows. There is no pagination. context is not included here — use getWorkflowInstance.

instances
object[]
required