Skip to main content
Most list endpoints support filtering to reduce payload size and processing time.

Recordings

  • device_id: Return recordings for a specific device.
  • end_user_id: Return recordings for a specific wearer.
  • status: One of pending | uploaded | processing | completed | failed.
  • created_after, created_before: ISO 8601 timestamps.

Devices

  • end_user_id: Devices bound to a specific user.
  • status: bound or unbound.

Pagination + Filtering

Combine filters with limit and offset to page through large result sets efficiently.