{spaceId}/recordingsList recordings
List all recordings in the workspace. This endpoint is paginated.
Authorization
x-api-key<token>
In: header
Query Parameters
limitnumber
Maximum number of items per page
100Minimum: 10Maximum: 500paginationRequiredboolean
Set to 1 or true.
Exists due to legacy reasons: Passing this parameter will always give a paginated response. Not passing the parameter will give an array of recordings without the pagination cursors.
truebeforestring
Optional. Cursor to access the previous page in the recording list.
Set this to prev_cursor value you received from an earlier call to this endpoint
afterstring
Optional. Cursor to access the next page in the recording list.
Set this to next_cursor value you received from an earlier call to this endpoint
orderBystring
Field to sort recordings by. Can be one of:
- createdAt: Sort by creation date
- title: Sort by recording title
- status: Sort by recording status
Defaults to createdAt
"createdAt"Value in: "createdAt" | "title" | "status"orderDirectionstring
Sort direction. Can be one of:
- asc: Ascending order
- desc: Descending order
Defaults to desc
"desc"Value in: "asc" | "desc"Path Parameters
spaceIdRequiredstring
ID of the workspace. You can find from the url in dashboard when you open the workspace or using the list workspaces endpoint.
List of recordings