Skip to main content
GET
Get Capture in Organization

Path parameter

captureId is the capture identifier. The capture must belong to your organization and must not be deleted.

Movement dimensions

The response may include additional top-level dimension fields based on activity and movement. Pairs with no published movement dimensions return only the fixed Capture fields.

Example response

For baseball + hitting:
For jump + countermovement:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

captureId
string
required

Capture identifier; trimmed string 1–255 characters.

Required string length: 1 - 255

Response

Single Capture object. Beyond the fixed schema fields, additional top-level movement dimension properties may appear based on the capture's activity and movement. See Movement dimensions for the field catalog.

session_id
string

Capture identifier.

athlete_id
string | null

Athlete id when the capture is linked to an athlete.

activity
string | null

Activity label. Casing matches the stored value.

movement
string | null

Movement label. Casing matches the stored value.

status
enum<string>

Capture processing status.

Available options:
awaiting_upload,
processing,
completed,
error
error
string | null

Error summary when applicable.

capture_time
string<date-time> | null

ISO 8601 capture time when available.

fps_detected
number | null

Detected frame rate when available.