recordings

Get Recordings By Task Id

Get recordings and their transcriptions by task_id. This endpoint is useful for finding all recordings associated with a specific task.

Caching strategy:

  • Cache recordings by task_id with 30 second TTL
  • Cache is invalidated when recording status changes (via Celery tasks)
get/recordings/tasks/{task_id}

Path parameters

task_idstring required

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.