Skip to main content
GET
List thread runs

Authorizations

x-api-key
string
header
required

Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:

Headers

x-username
string
default:(project default user)

External user (end user) to act as. Optional — if omitted, Flowra uses the project’s default external user. Send a stable username (e.g. customer_alice) only when you need another end-user context.

Path Parameters

thread_id
string
required

Thread ID

Example:

"b737d8af-a9e0-4251-9714-3fdc1126e5fb"

Query Parameters

limit
number

Max runs to return

Example:

20

offset
number

Number of runs to skip

Example:

0

status
string

Filter by LangGraph run status (e.g. pending, running, success, error)

Example:

"running"

Response

200

Operation completed successfully