Skip to main content
GET
List capture sessions
List all capture sessions in a collection, with optional filtering by status.
  • Filter by status: created, starting, active, stopped, failed
  • Results are paginated; use next_page for additional results

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

collection_id
string
required
Example:

"default"

Query Parameters

status
enum<string>
Available options:
created,
starting,
active,
stopped,
failed
Example:

"active"

Response

200 - application/json

List of capture sessions

success
boolean
Example:

true

data
object