{ "info": { "_postman_id": "1b630bf3-ce7a-40b5-bf83-be2eaf272688", "name": "Amigo Account Recordings API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "lastUpdatedBy": "35240", "uid": "35240-1b630bf3-ce7a-40b5-bf83-be2eaf272688" }, "item": [ { "name": "v1", "item": [ { "name": "{workspace_id}", "item": [ { "name": "recordings", "item": [ { "name": "{call_sid}", "item": [ { "name": "urls", "item": [ { "name": "Get recording download paths", "id": "0426d51f-d08f-4a22-bf58-728bef64f3ec", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/urls", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "urls" ], "variable": [ { "id": "f4b95791-bef0-42ae-a480-a8431fa7b265", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "e10cc7aa-d638-460c-942c-ffef797efd37", "key": "call_sid", "value": "", "description": "(Required) " } ] }, "description": "Generate download paths for call recording playback. Returns separate paths for inbound (caller) and outbound (agent) audio channels, plus the recording metadata file." }, "response": [ { "id": "2bf861e9-37f7-48f9-bf31-b0cb1244e520", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/urls", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "urls" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"call_sid\": \"\",\n \"status\": \"available\",\n \"inbound_url\": \"\",\n \"outbound_url\": \"\",\n \"metadata_url\": \"\"\n}", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-2bf861e9-37f7-48f9-bf31-b0cb1244e520" }, { "id": "c6f85c11-3c8b-409a-88bc-9220cb60da56", "name": "Recording not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/urls", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "urls" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-c6f85c11-3c8b-409a-88bc-9220cb60da56" }, { "id": "4f771f7e-b2d8-4929-9950-a3968b18ecaa", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/urls", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "urls" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-4f771f7e-b2d8-4929-9950-a3968b18ecaa" }, { "id": "e88c88a7-b255-4ea8-9e0f-1ec56a553034", "name": "Call recording not configured", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/urls", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "urls" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-e88c88a7-b255-4ea8-9e0f-1ec56a553034" } ], "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-0426d51f-d08f-4a22-bf58-728bef64f3ec" } ], "id": "d47a8a7e-05b2-47da-adff-7db0306699a6", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-d47a8a7e-05b2-47da-adff-7db0306699a6" }, { "name": "metadata", "item": [ { "name": "Get recording metadata", "id": "685edf47-7d22-4c2f-ac2c-32491c1f9e04", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/metadata", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "metadata" ], "variable": [ { "id": "e25bb9c2-adaf-4ad4-b7e0-19529170686e", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "99152a62-a89c-4b93-a338-427fbc65344c", "key": "call_sid", "value": "", "description": "(Required) " } ] }, "description": "Fetch metadata for a call recording including duration, audio formats, sample rates, and file sizes." }, "response": [ { "id": "f2ebd772-ba53-4d55-86a2-7f7bad750bd2", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/metadata", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "metadata" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"call_sid\": \"\",\n \"workspace_id\": \"\",\n \"direction\": \"outbound\",\n \"duration_seconds\": \"\",\n \"inbound_format\": \"\",\n \"inbound_sample_rate\": \"\",\n \"outbound_format\": \"\",\n \"outbound_sample_rate\": \"\",\n \"tts_provider\": \"\",\n \"call_start_iso\": \"\",\n \"call_end_iso\": \"\",\n \"inbound_size_bytes\": \"\",\n \"outbound_size_bytes\": \"\",\n \"media_start_epoch_ms\": \"\",\n \"service_id\": \"\"\n}", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-f2ebd772-ba53-4d55-86a2-7f7bad750bd2" }, { "id": "ecfda66d-53b0-429f-bc7d-531c3ad33b7e", "name": "Recording not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/metadata", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "metadata" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-ecfda66d-53b0-429f-bc7d-531c3ad33b7e" }, { "id": "410afca0-8bd1-45bc-be07-20a7a96199e9", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/metadata", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "metadata" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-410afca0-8bd1-45bc-be07-20a7a96199e9" }, { "id": "e4a54e07-2bf6-4195-91c7-d90e10787f5f", "name": "Call recording not configured", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/metadata", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "metadata" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-e4a54e07-2bf6-4195-91c7-d90e10787f5f" } ], "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-685edf47-7d22-4c2f-ac2c-32491c1f9e04" } ], "id": "bbe54b17-d733-4189-b281-10b3b543cb09", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-bbe54b17-d733-4189-b281-10b3b543cb09" }, { "name": "download", "item": [ { "name": "{filename}", "item": [ { "name": "Download recording file", "id": "210cfb15-c0db-482d-812a-60138247f7fc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/download/:filename", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "download", ":filename" ], "variable": [ { "id": "d2166396-fda5-42ed-9c3c-b817d7bf7c76", "key": "workspace_id", "value": "", "description": "(Required) " }, { "id": "432c4363-b14b-4cce-833c-ad5be44d1603", "key": "call_sid", "value": "", "description": "(Required) " }, { "id": "2436846a-b858-46e4-bb9e-a69898402354", "key": "filename", "value": "", "description": "(Required) " } ] }, "description": "Proxy download a recording file (inbound audio, outbound audio, or metadata) from UC Volume." }, "response": [ { "id": "e858e388-f347-4167-bf3a-9a894b7df541", "name": "Successful Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/download/:filename", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "download", ":filename" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" }, { "key": "filename" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-e858e388-f347-4167-bf3a-9a894b7df541" }, { "id": "772d7957-a2e1-4e52-9bcd-3aac8d0f1485", "name": "Invalid filename", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/download/:filename", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "download", ":filename" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" }, { "key": "filename" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-772d7957-a2e1-4e52-9bcd-3aac8d0f1485" }, { "id": "168c61d3-5a9c-44a0-b442-d3c39041137b", "name": "Recording file not found", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/download/:filename", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "download", ":filename" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" }, { "key": "filename" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-168c61d3-5a9c-44a0-b442-d3c39041137b" }, { "id": "ec1eda91-caf9-4dc6-b9c8-7255f387fef5", "name": "Validation Error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/download/:filename", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "download", ":filename" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" }, { "key": "filename" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"detail\": [\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n },\n {\n \"loc\": [\n \"\",\n \"\"\n ],\n \"msg\": \"\",\n \"type\": \"\",\n \"input\": {\n \"title\": \"Input\"\n },\n \"ctx\": {}\n }\n ]\n}", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-ec1eda91-caf9-4dc6-b9c8-7255f387fef5" }, { "id": "13f72ad9-6cfe-490c-8a20-9ee5b4a15971", "name": "Call recording not configured", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:workspace_id/recordings/:call_sid/download/:filename", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":workspace_id", "recordings", ":call_sid", "download", ":filename" ], "variable": [ { "key": "workspace_id" }, { "key": "call_sid" }, { "key": "filename" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-13f72ad9-6cfe-490c-8a20-9ee5b4a15971" } ], "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-210cfb15-c0db-482d-812a-60138247f7fc" } ], "id": "776084a9-6f51-46f9-a3c6-8f8f5578eb73", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-776084a9-6f51-46f9-a3c6-8f8f5578eb73" } ], "id": "184512f0-643b-4aa8-ac5b-26ea20c599a4", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-184512f0-643b-4aa8-ac5b-26ea20c599a4" } ], "id": "7891f7ee-ac97-4da5-a049-f737f6610a3b", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-7891f7ee-ac97-4da5-a049-f737f6610a3b" } ], "id": "3e0a4197-bf27-4972-9ad6-6fd3e05b646f", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-3e0a4197-bf27-4972-9ad6-6fd3e05b646f" } ], "id": "2053125f-9320-493e-be0a-08fa5a03ad8c", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-2053125f-9320-493e-be0a-08fa5a03ad8c" } ], "id": "31a3dc6f-47d2-472a-a58c-1657046ca383", "createdAt": "2026-07-28T01:01:44.000Z", "updatedAt": "2026-07-28T01:01:44.000Z", "uid": "35240-31a3dc6f-47d2-472a-a58c-1657046ca383" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }