Skip to main content
GET
/
api
/
v1
/
runtime
/
sessions
List sessions (SDK)
curl --request GET \
  --url https://api.runflow.ai/api/v1/runtime/sessions

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

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

Query Parameters

lastInteractionBefore
string

ISO date — sessions inactive before this date

status
string

Filter by status: in_progress, qualified, closed, etc.

limit
string

Items per page (default 20, max 100)

offset
string

Items to skip (default 0)

Response

200

Sessions listed successfully.