Returns a paginated list of captures (sessions) for the organization with optional filters.
Documentation Index
Fetch the complete documentation index at: https://docs.uplift.ai/llms.txt
Use this file to discover all available pages before exploring further.
| 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.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Restrict to sessions for this athlete. Must exist in the organization.
When api, only sessions whose configdata.source equals api are returned.
api Filter by API capture status (mapped from session analysis_status).
awaiting_upload, processing, completed, error Case-insensitive match on presets activity (trimmed and lowercased).
128Case-insensitive match on presets movement (trimmed and lowercased).
128Page size; default 100, clamped to 1–500.
1 <= x <= 500Rows to skip; default 0.
x >= 0