Skip to main content
POST
Search threads

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.

Body

application/json
limit
number

Maximum number of results to return

Example:

10

offset
number

Number of results to skip

Example:

0

sortBy
enum<string>

Sort by field (default: updatedAt for last activity first)

Available options:
threadId,
status,
createdAt,
updatedAt
sortOrder
enum<string>

Sort order

Available options:
asc,
desc

Response

Operation completed successfully