List captures
Captures
List Captures
Returns a paginated list of captures (sessions) for the organization with optional filters.
GET
List captures
Query parameters
All query parameters are optional. See the operation above for types and constraints.| Parameter | Purpose |
|---|---|
athlete_id | UUID; restrict to sessions for that athlete in your organization. |
source | When set to api, only sessions with configdata.source equal to api are returned. |
status | One of awaiting_upload, processing, completed, error (mapped from session analysis_status). |
activity | Case-insensitive match on presets activity (trimmed and lowercased). |
movement | Case-insensitive match on presets movement (trimmed and lowercased). |
limit | Page size; default 100, clamped to 1–500. |
offset | Rows to skip; default 0. |
200 responses include captures (array of Capture), total_count, offset, and limit as documented in the OpenAPI response schema.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Restrict to sessions for this athlete. Must exist in the organization.
When api, only sessions whose configdata.source equals api are returned.
Available options:
api Filter by API capture status (mapped from session analysis_status).
Available options:
awaiting_upload, processing, completed, error Case-insensitive match on presets activity (trimmed and lowercased).
Maximum string length:
128Case-insensitive match on presets movement (trimmed and lowercased).
Maximum string length:
128Page size; default 100, clamped to 1–500.
Required range:
1 <= x <= 500Rows to skip; default 0.
Required range:
x >= 0