cURL
curl --request GET \ --url https://api.userplane.com/api/v1/public/workspace/{workspaceId}/recordings \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": { "workspaceId": "<string>", "recordings": [ { "recordingId": "<string>", "recordingThumbnail": "<string>", "recordingDurationMs": 123, "expiresAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "creator": { "workspaceMemberId": "<string>", "name": "<string>" }, "linkTitle": "<string>" } ], "pagination": { "page": 1, "perPage": 1, "total": 1, "totalPages": 1, "hasMore": true } } }
Retrieve a paginated list of recordings with optional filters
API key with uspl_ prefix. Create keys at dash.userplane.io/_/account?tab=developers
1
x >= 0
1 <= x <= 20
created_at
recording_duration
asc
desc
OK
Show child attributes