cURL
curl --request GET \ --url https://api.userplane.com/api/v1/public/workspace/{workspaceId}/recordings/{recordingId} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "data": { "workspaceId": "<string>", "recording": { "recordingId": "<string>", "recordingDurationMs": 123, "recordingStartedAt": "2023-11-07T05:31:56Z", "meta": { "link": { "linkId": "<string>", "title": "<string>", "providerType": "intercom", "providerId": "<string>", "providerRef": "<string>", "createdAt": "2023-11-07T05:31:56Z", "providerData": "<unknown>" }, "creator": { "workspaceMemberId": "<string>", "name": "<string>" }, "project": { "projectId": "<string>", "title": "<string>" }, "domain": { "domainId": "<string>", "url": "<string>" }, "workspaceId": "<string>", "status": "pending", "systemMeta": {}, "customMeta": {}, "notes": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } } } }
Retrieve complete recording details
RECORDING_NOT_FOUND
RECORDING_GONE
API key with uspl_ prefix. Create keys at dash.userplane.io/_/account?tab=developers
1
OK
Show child attributes