{ "info": { "_postman_id": "32180ad7-6973-4d98-b3d6-80a1df0f56f4", "name": "Cloud Storage Service Public API", "description": "8x8\u2019s Cloud Storage Service (CSS) offers you a single point of access for Virtual Office PBX telephone, Virtual Contact Center call recordings, Virtual Contact Center screen recordings and Virtual Meetings. You can access and download these data objects for your further analysis and use. You can also embed your data in other interfaces without a requirement to copy or move the underlying data.\n\nFor example:\n* Make collected data available to customers in your client portal\n* Integrate call recording data into CRM applications to associate with customer interaction records\n* Enable deletion of media (and or metadata) to allow customers to meet internal requirements to cap data retention based on workflows, policies, or compliance needs\n\nYou can obtain your stored data by either:\n* Querying for, and then downloading individual data objects\n* Bulk downloading all of your data using a Zip file utility (Note that the limit on bulk file downloads is 2 GB.)\n***Note: This page is in the Beta stage. Contact your [8x8 representative](mailto:ro-rec@8x8.com) for more information on API use.***\n# **Authentication**\nYou can try out this API through request authentication using your client credentials. Refer to [Client Credentials](/analytics/docs/how-to-get-api-keys) on the [Getting Started](/tech-partner/docs/getting-started) page for more information.\n\nAll requests must be made over HTTPS - calls made over HTTP will fail.\n# **Regions**\nAPI resources are available for each geographical region in which they are provisioned. The base URLs for select regions are:\n
URL Region
https://api.8x8.com/storage/us-west/v1Western US
https://api.8x8.com/storage/us-east/v1Eastern US
https://api.8x8.com/storage/uk/v1United Kingdom
https://api.8x8.com/storage/ap/v1Australia
https://api.8x8.com/storage/ca/v1Canada
\n\nContact Support:\n Name: Recordings Team\n Email: ro-rec@8x8.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T00:27:49.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "lastUpdatedBy": "35240", "uid": "35240-32180ad7-6973-4d98-b3d6-80a1df0f56f4" }, "item": [ { "name": "objects", "item": [ { "name": "{objectId}", "item": [ { "name": "metadata", "item": [ { "name": "Download content for the given metadata.", "id": "4c6e39f1-94bd-46da-a4ff-43266fdffa73", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/metadata", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "metadata" ], "variable": [ { "id": "c133f86b-cb00-4946-931b-5d926f413813", "key": "objectId", "value": "", "description": "(Required) This parameter obtains the ID for the returned object." } ] }, "description": "This method retrieves an object using the objectId specification for a given record." }, "response": [ { "id": "013bb157-c263-4855-8920-1deedd321889", "name": "Returns the requested object record details.", "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}}/objects/:objectId/metadata", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "metadata" ], "variable": [ { "key": "objectId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"bucketId\": \"\",\n \"customerId\": \"\",\n \"userId\": \"\",\n \"type\": \"meeting\",\n \"mimeType\": \"\",\n \"objectName\": \"\",\n \"objectState\": \"AVAILABLE\",\n \"createdTime\": \"\",\n \"updatedTime\": \"\",\n \"storedBytes\": \"\",\n \"checksum\": \"\",\n \"checksumType\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-013bb157-c263-4855-8920-1deedd321889" }, { "id": "aaaf8c68-9469-456a-b851-e609b4f2ebd5", "name": "The received request was malformed resulting in form validation errors.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/metadata", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "metadata" ], "variable": [ { "key": "objectId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-aaaf8c68-9469-456a-b851-e609b4f2ebd5" }, { "id": "a33cbf75-3127-4214-822c-df340f1dbae3", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/metadata", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "metadata" ], "variable": [ { "key": "objectId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-a33cbf75-3127-4214-822c-df340f1dbae3" }, { "id": "d98bc93e-00b8-4d87-97a9-3bd43fdeaaf6", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/metadata", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "metadata" ], "variable": [ { "key": "objectId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-d98bc93e-00b8-4d87-97a9-3bd43fdeaaf6" }, { "id": "a9078e3a-0bf7-4c39-934e-b0b24c2d6f4b", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/metadata", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "metadata" ], "variable": [ { "key": "objectId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-a9078e3a-0bf7-4c39-934e-b0b24c2d6f4b" }, { "id": "688682cf-4636-4a5e-86e7-d5535a6acb4c", "name": "This method is not allowed or a validation exception has occurred.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/metadata", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "metadata" ], "variable": [ { "key": "objectId" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-688682cf-4636-4a5e-86e7-d5535a6acb4c" }, { "id": "6bd52cfb-600a-4908-9b75-98f0bba425f6", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/metadata", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "metadata" ], "variable": [ { "key": "objectId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-6bd52cfb-600a-4908-9b75-98f0bba425f6" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-4c6e39f1-94bd-46da-a4ff-43266fdffa73" } ], "id": "1c59ec5c-d3b5-46eb-8200-ee528336088c", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-1c59ec5c-d3b5-46eb-8200-ee528336088c" }, { "name": "content", "item": [ { "name": "Download content for the given metadata.", "id": "342e2c07-0c98-42c5-9b92-9ae09bcd4293", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/content?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "content" ], "query": [ { "description": "By specifying this parameter option, the object content which is associated with the metadata record is returned as a **`presignedUrl`** instead of a machine-readable ID.", "key": "presignUrl", "value": "false" } ], "variable": [ { "id": "965de31a-9e7b-4db0-9c19-6a30c81456e5", "key": "objectId", "value": "", "description": "(Required) This parameter obtains the ID for the returned object." } ] }, "description": "This method retrieves an object using the **`objectId`** specification for a given record." }, "response": [ { "id": "4a13669d-63e1-4be0-93f2-b2cffcb10622", "name": "The object stream download.", "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}}/objects/:objectId/content?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "content" ], "query": [ { "description": "By specifying this parameter option, the object content which is associated with the metadata record is returned as a **`presignedUrl`** instead of a machine-readable ID.", "key": "presignUrl", "value": "false" } ], "variable": [ { "key": "objectId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-4a13669d-63e1-4be0-93f2-b2cffcb10622" }, { "id": "2918b14d-81e4-4584-a7b8-556b2151772e", "name": "The received request was malformed resulting in form validation errors.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/content?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "content" ], "query": [ { "description": "By specifying this parameter option, the object content which is associated with the metadata record is returned as a **`presignedUrl`** instead of a machine-readable ID.", "key": "presignUrl", "value": "false" } ], "variable": [ { "key": "objectId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-2918b14d-81e4-4584-a7b8-556b2151772e" }, { "id": "9553addd-0cf6-42f8-a154-ab25db5a7f5d", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/content?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "content" ], "query": [ { "description": "By specifying this parameter option, the object content which is associated with the metadata record is returned as a **`presignedUrl`** instead of a machine-readable ID.", "key": "presignUrl", "value": "false" } ], "variable": [ { "key": "objectId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-9553addd-0cf6-42f8-a154-ab25db5a7f5d" }, { "id": "18b918e3-0a10-49f5-b70d-30da0d7e209f", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/content?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "content" ], "query": [ { "description": "By specifying this parameter option, the object content which is associated with the metadata record is returned as a **`presignedUrl`** instead of a machine-readable ID.", "key": "presignUrl", "value": "false" } ], "variable": [ { "key": "objectId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-18b918e3-0a10-49f5-b70d-30da0d7e209f" }, { "id": "581bd39e-ebf4-4413-82c3-53a96d7004b0", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/content?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "content" ], "query": [ { "description": "By specifying this parameter option, the object content which is associated with the metadata record is returned as a **`presignedUrl`** instead of a machine-readable ID.", "key": "presignUrl", "value": "false" } ], "variable": [ { "key": "objectId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-581bd39e-ebf4-4413-82c3-53a96d7004b0" }, { "id": "3fef9d6a-baae-4b70-8448-c5e0bb62436b", "name": "This method is not allowed or a validation exception has occurred.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/content?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "content" ], "query": [ { "description": "By specifying this parameter option, the object content which is associated with the metadata record is returned as a **`presignedUrl`** instead of a machine-readable ID.", "key": "presignUrl", "value": "false" } ], "variable": [ { "key": "objectId" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-3fef9d6a-baae-4b70-8448-c5e0bb62436b" }, { "id": "5ac4819b-008b-46c6-92e0-e398cbb30b6d", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId/content?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId", "content" ], "query": [ { "description": "By specifying this parameter option, the object content which is associated with the metadata record is returned as a **`presignedUrl`** instead of a machine-readable ID.", "key": "presignUrl", "value": "false" } ], "variable": [ { "key": "objectId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-5ac4819b-008b-46c6-92e0-e398cbb30b6d" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-342e2c07-0c98-42c5-9b92-9ae09bcd4293" } ], "id": "5dc28bfa-3b84-40a6-a267-2143a91c564c", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-5dc28bfa-3b84-40a6-a267-2143a91c564c" }, { "name": "Find an object by it's ID.", "id": "255c3f38-a12c-49c1-9794-0f340fa5cbe9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/objects/:objectId", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId" ], "variable": [ { "id": "b422688b-4198-44fc-90a7-08328189f5fa", "key": "objectId", "value": "", "description": "(Required) Use this parameter to specify the object ID to return." } ] }, "description": "Use this method to retrieve an object by its ID." }, "response": [ { "id": "23d03b56-3f8a-44bf-bfbd-bd70ea630edc", "name": "Returns the requested object record details", "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}}/objects/:objectId", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId" ], "variable": [ { "key": "objectId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"bucketId\": \"\",\n \"customerId\": \"\",\n \"userId\": \"\",\n \"type\": \"meeting\",\n \"mimeType\": \"\",\n \"objectName\": \"\",\n \"objectState\": \"AVAILABLE\",\n \"createdTime\": \"\",\n \"updatedTime\": \"\",\n \"storedBytes\": \"\",\n \"checksum\": \"\",\n \"checksumType\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-23d03b56-3f8a-44bf-bfbd-bd70ea630edc" }, { "id": "7609fcab-940a-4176-a0d1-7ecbfd27ea24", "name": "The received request was malformed resulting in form validation errors.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId" ], "variable": [ { "key": "objectId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-7609fcab-940a-4176-a0d1-7ecbfd27ea24" }, { "id": "233d2feb-ed14-449f-8ef4-99a2cbaa1e50", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId" ], "variable": [ { "key": "objectId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-233d2feb-ed14-449f-8ef4-99a2cbaa1e50" }, { "id": "7da01548-d13a-459b-bbb9-679f61cf720e", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId" ], "variable": [ { "key": "objectId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-7da01548-d13a-459b-bbb9-679f61cf720e" }, { "id": "3e5ae657-6f1a-496b-ba2e-5710be756776", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId" ], "variable": [ { "key": "objectId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-3e5ae657-6f1a-496b-ba2e-5710be756776" }, { "id": "a0b018c9-f92a-4c2d-8535-0b9dbfab6ee4", "name": "This method is not allowed or a validation exception has occurred.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId" ], "variable": [ { "key": "objectId" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-a0b018c9-f92a-4c2d-8535-0b9dbfab6ee4" }, { "id": "04cec82f-a3c6-4541-b3fa-7e8b4498b0a7", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects/:objectId", "host": [ "{{baseUrl}}" ], "path": [ "objects", ":objectId" ], "variable": [ { "key": "objectId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-04cec82f-a3c6-4541-b3fa-7e8b4498b0a7" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-255c3f38-a12c-49c1-9794-0f340fa5cbe9" } ], "id": "0745b1ef-b361-4772-a593-9e02747fe2a1", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-0745b1ef-b361-4772-a593-9e02747fe2a1" }, { "name": "The list of all objects that meet the filter rule criteria.", "id": "e55811d8-c423-4aac-8ceb-d9674f37748a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/objects?filter=&pageKey=&limit=&sortField=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "objects" ], "query": [ { "description": "\nThis API is designed with filtering capabilities using Feed Item Query Language (FIQL) filter expressions.
FIQL introduces simple and composite operators which can be used to build basic and complex queries.
If the *filter* is not specified, all objects are returned.\nThe following are basic FIQL operators:\n* **`==`** - Equal to\n* **`!=`** - Not equal to\n* **`=gt=`** - Greater than\n* **`=ge=`** - Greater or equal to\n* **`=lt=`** - Less than\n* **`=le=`** - Less or equal to\nThese six operators can be used to different types of simple queries. For example:\n* **`name==MyRecording**` - Finds all items with name **`MyRecording`**\n* **`type!=callrecording`** - Finds all items which are not **`callrecording`**\n* **`size=gt=1024`** - Finds all items with size bigger than 1024\n* **`size=le=1024`** - Finds all items with size smaller or equal with 1024\nFIQL joining operators consist of the following:\n* **`;`** = AND\n* **`,`** = OR\nThese two operators can be used to join simple queries and build more complex queries. For example:\n* **`name==MyRecording,name==YourRecording`** - Find all items with name **`MyRecording`** or with name **`YourRecording`**\n* **`type==callrecording;size=gt=1024`** - Find all **`callrecording`** items with size greather than 1024\n* **`type==callrecording;(name==MyRecording,name==YourRecording)`** - Find all **`callrecording`** items with name **`MyRecording`** or with name **`YourRecording`**\n", "key": "filter", "value": "" }, { "description": "This parameter indicates the page number to begin your query.", "key": "pageKey", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "limit", "value": "" }, { "description": "The field used for sorting. Content and Tag fields are supported.", "key": "sortField", "value": "" }, { "description": "This field describes the sorting direction. Sorting can be specified as 'ASC' for ascending or 'DESC' for descending.", "key": "sortDirection", "value": "" } ] }, "description": "\n**Tagging**\nThe CSS API features a generic tagging methodology. The tags on each object are determined either systematically or by customer definition. Systematic tags are generated by the underlying provider system. \nThe following object types are supported:\n\n* **`callrecording`**\n* **`callcenterrecording`**\n* **`screenrecording`**\n* **`meeting`**\n\nThe tag types vary depending on the provider. \n**`callrecording`**\n\n * **pbxname** The human readable name of the PBX system.\n * **extensionId** The machine readable ID of the telephone extension which generated the object.\n * **pbxId** The machine readable ID of the PBX system.\n * **callId** The ID which describes the voice interaction.\n * **direction** The direction of the interaction.\n * **relativePath** The relative path of the object in storage.\n * **callerId** The calling line ID generated by the telecom provider.\n * **startTime** The date/time stamp when the voice interaction was established.\n * **duration** The duration of the voice interaction in milliseconds.\n * **extensionNumber** The human readable PBX extension number.\n * **endTime** The date/time stamp when the voice interaction was terminated.\n\n**`callcenterrecording`**\n\n * **direction** The direction of the interaction.\n * **agentId** The agent identifier.\n * **callId** The call identifier.\n * **callSnippetId** The identification call for snippets.\n * **callerId** The caller's phone number.\n * **calleeId** The called phone number.\n * **callerName** The caller name.\n * **calleeName** The called name.\n * **address** The called phone number.\n * **queueNumber** The VCC queue number.\n * **queueName** The VCC queue name.\n * **channelName** The VCC channel name.\n * **transactionId** VCC transaction identifier.\n * **holdDuration** The hold duration.\n * **billingTelephoneNumber** The phone number used for billing (internal use).\n * **startTime** The interaction start time.\n * **duration** The duration of the voice interaction in seconds.\n * **ipbxid** The PBX name.\n * **agentName** The agent name.\n * **tenantId** The tenant identifier.\n * **extensionNumber** The agent extension number (e.g., 1000).\n * **mediaUrl** The NFS file name (internal use).\n * **branchId** The branch (site) identifier.\n\n**`screenrecording`**\n * **agentId** The agent identifier.\n * **callId** The call identifier.\n * **startTime** The call start time.\n * **tenantId** The tenant identifier.\n * **transactionId** The VCC transaction identifier.\n\n**`meeting`**\n\n * **duration** The duration of the meeting in milliseconds.\n * **meetingUrl** The URL which was used for the meeting.\n * **sessionId** The unique machine readable session ID of the meeting." }, "response": [ { "id": "58508955-3609-4cd4-aab4-1678fdb4cd41", "name": "Returns the filtered or unfiltered list of object metadata.", "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}}/objects?filter=&pageKey=&limit=&sortField=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "objects" ], "query": [ { "description": "\nThis API is designed with filtering capabilities using Feed Item Query Language (FIQL) filter expressions.
FIQL introduces simple and composite operators which can be used to build basic and complex queries.
If the *filter* is not specified, all objects are returned.\nThe following are basic FIQL operators:\n* **`==`** - Equal to\n* **`!=`** - Not equal to\n* **`=gt=`** - Greater than\n* **`=ge=`** - Greater or equal to\n* **`=lt=`** - Less than\n* **`=le=`** - Less or equal to\nThese six operators can be used to different types of simple queries. For example:\n* **`name==MyRecording**` - Finds all items with name **`MyRecording`**\n* **`type!=callrecording`** - Finds all items which are not **`callrecording`**\n* **`size=gt=1024`** - Finds all items with size bigger than 1024\n* **`size=le=1024`** - Finds all items with size smaller or equal with 1024\nFIQL joining operators consist of the following:\n* **`;`** = AND\n* **`,`** = OR\nThese two operators can be used to join simple queries and build more complex queries. For example:\n* **`name==MyRecording,name==YourRecording`** - Find all items with name **`MyRecording`** or with name **`YourRecording`**\n* **`type==callrecording;size=gt=1024`** - Find all **`callrecording`** items with size greather than 1024\n* **`type==callrecording;(name==MyRecording,name==YourRecording)`** - Find all **`callrecording`** items with name **`MyRecording`** or with name **`YourRecording`**\n", "key": "filter", "value": "" }, { "description": "This parameter indicates the page number to begin your query.", "key": "pageKey", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "limit", "value": "" }, { "description": "The field used for sorting. Content and Tag fields are supported.", "key": "sortField", "value": "" }, { "description": "This field describes the sorting direction. Sorting can be specified as 'ASC' for ascending or 'DESC' for descending.", "key": "sortDirection", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"content\": [\n {\n \"id\": \"\",\n \"bucketId\": \"\",\n \"customerId\": \"\",\n \"userId\": \"\",\n \"type\": \"callrecording\",\n \"mimeType\": \"\",\n \"objectName\": \"\",\n \"objectState\": \"DELETED\",\n \"createdTime\": \"\",\n \"updatedTime\": \"\",\n \"storedBytes\": \"\",\n \"checksum\": \"\",\n \"checksumType\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"bucketId\": \"\",\n \"customerId\": \"\",\n \"userId\": \"\",\n \"type\": \"callcenterrecording\",\n \"mimeType\": \"\",\n \"objectName\": \"\",\n \"objectState\": \"FAILED\",\n \"createdTime\": \"\",\n \"updatedTime\": \"\",\n \"storedBytes\": \"\",\n \"checksum\": \"\",\n \"checksumType\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"lastPage\": \"\",\n \"pageKey\": \"\",\n \"pageSize\": \"\",\n \"total\": \"\"\n },\n {\n \"content\": [\n {\n \"id\": \"\",\n \"bucketId\": \"\",\n \"customerId\": \"\",\n \"userId\": \"\",\n \"type\": \"callrecording\",\n \"mimeType\": \"\",\n \"objectName\": \"\",\n \"objectState\": \"REVOKED\",\n \"createdTime\": \"\",\n \"updatedTime\": \"\",\n \"storedBytes\": \"\",\n \"checksum\": \"\",\n \"checksumType\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"bucketId\": \"\",\n \"customerId\": \"\",\n \"userId\": \"\",\n \"type\": \"callrecording\",\n \"mimeType\": \"\",\n \"objectName\": \"\",\n \"objectState\": \"REVOKED\",\n \"createdTime\": \"\",\n \"updatedTime\": \"\",\n \"storedBytes\": \"\",\n \"checksum\": \"\",\n \"checksumType\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"lastPage\": \"\",\n \"pageKey\": \"\",\n \"pageSize\": \"\",\n \"total\": \"\"\n }\n]", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-58508955-3609-4cd4-aab4-1678fdb4cd41" }, { "id": "4ca9e23b-9f31-4678-9079-f7941e52fc1e", "name": "The received request was malformed resulting in form validation errors.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects?filter=&pageKey=&limit=&sortField=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "objects" ], "query": [ { "description": "\nThis API is designed with filtering capabilities using Feed Item Query Language (FIQL) filter expressions.
FIQL introduces simple and composite operators which can be used to build basic and complex queries.
If the *filter* is not specified, all objects are returned.\nThe following are basic FIQL operators:\n* **`==`** - Equal to\n* **`!=`** - Not equal to\n* **`=gt=`** - Greater than\n* **`=ge=`** - Greater or equal to\n* **`=lt=`** - Less than\n* **`=le=`** - Less or equal to\nThese six operators can be used to different types of simple queries. For example:\n* **`name==MyRecording**` - Finds all items with name **`MyRecording`**\n* **`type!=callrecording`** - Finds all items which are not **`callrecording`**\n* **`size=gt=1024`** - Finds all items with size bigger than 1024\n* **`size=le=1024`** - Finds all items with size smaller or equal with 1024\nFIQL joining operators consist of the following:\n* **`;`** = AND\n* **`,`** = OR\nThese two operators can be used to join simple queries and build more complex queries. For example:\n* **`name==MyRecording,name==YourRecording`** - Find all items with name **`MyRecording`** or with name **`YourRecording`**\n* **`type==callrecording;size=gt=1024`** - Find all **`callrecording`** items with size greather than 1024\n* **`type==callrecording;(name==MyRecording,name==YourRecording)`** - Find all **`callrecording`** items with name **`MyRecording`** or with name **`YourRecording`**\n", "key": "filter", "value": "" }, { "description": "This parameter indicates the page number to begin your query.", "key": "pageKey", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "limit", "value": "" }, { "description": "The field used for sorting. Content and Tag fields are supported.", "key": "sortField", "value": "" }, { "description": "This field describes the sorting direction. Sorting can be specified as 'ASC' for ascending or 'DESC' for descending.", "key": "sortDirection", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-4ca9e23b-9f31-4678-9079-f7941e52fc1e" }, { "id": "55e52ed6-9837-4906-a811-5ea8f8d0318d", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects?filter=&pageKey=&limit=&sortField=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "objects" ], "query": [ { "description": "\nThis API is designed with filtering capabilities using Feed Item Query Language (FIQL) filter expressions.
FIQL introduces simple and composite operators which can be used to build basic and complex queries.
If the *filter* is not specified, all objects are returned.\nThe following are basic FIQL operators:\n* **`==`** - Equal to\n* **`!=`** - Not equal to\n* **`=gt=`** - Greater than\n* **`=ge=`** - Greater or equal to\n* **`=lt=`** - Less than\n* **`=le=`** - Less or equal to\nThese six operators can be used to different types of simple queries. For example:\n* **`name==MyRecording**` - Finds all items with name **`MyRecording`**\n* **`type!=callrecording`** - Finds all items which are not **`callrecording`**\n* **`size=gt=1024`** - Finds all items with size bigger than 1024\n* **`size=le=1024`** - Finds all items with size smaller or equal with 1024\nFIQL joining operators consist of the following:\n* **`;`** = AND\n* **`,`** = OR\nThese two operators can be used to join simple queries and build more complex queries. For example:\n* **`name==MyRecording,name==YourRecording`** - Find all items with name **`MyRecording`** or with name **`YourRecording`**\n* **`type==callrecording;size=gt=1024`** - Find all **`callrecording`** items with size greather than 1024\n* **`type==callrecording;(name==MyRecording,name==YourRecording)`** - Find all **`callrecording`** items with name **`MyRecording`** or with name **`YourRecording`**\n", "key": "filter", "value": "" }, { "description": "This parameter indicates the page number to begin your query.", "key": "pageKey", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "limit", "value": "" }, { "description": "The field used for sorting. Content and Tag fields are supported.", "key": "sortField", "value": "" }, { "description": "This field describes the sorting direction. Sorting can be specified as 'ASC' for ascending or 'DESC' for descending.", "key": "sortDirection", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-55e52ed6-9837-4906-a811-5ea8f8d0318d" }, { "id": "52505f84-dc4d-4de7-aecb-218042880e7b", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects?filter=&pageKey=&limit=&sortField=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "objects" ], "query": [ { "description": "\nThis API is designed with filtering capabilities using Feed Item Query Language (FIQL) filter expressions.
FIQL introduces simple and composite operators which can be used to build basic and complex queries.
If the *filter* is not specified, all objects are returned.\nThe following are basic FIQL operators:\n* **`==`** - Equal to\n* **`!=`** - Not equal to\n* **`=gt=`** - Greater than\n* **`=ge=`** - Greater or equal to\n* **`=lt=`** - Less than\n* **`=le=`** - Less or equal to\nThese six operators can be used to different types of simple queries. For example:\n* **`name==MyRecording**` - Finds all items with name **`MyRecording`**\n* **`type!=callrecording`** - Finds all items which are not **`callrecording`**\n* **`size=gt=1024`** - Finds all items with size bigger than 1024\n* **`size=le=1024`** - Finds all items with size smaller or equal with 1024\nFIQL joining operators consist of the following:\n* **`;`** = AND\n* **`,`** = OR\nThese two operators can be used to join simple queries and build more complex queries. For example:\n* **`name==MyRecording,name==YourRecording`** - Find all items with name **`MyRecording`** or with name **`YourRecording`**\n* **`type==callrecording;size=gt=1024`** - Find all **`callrecording`** items with size greather than 1024\n* **`type==callrecording;(name==MyRecording,name==YourRecording)`** - Find all **`callrecording`** items with name **`MyRecording`** or with name **`YourRecording`**\n", "key": "filter", "value": "" }, { "description": "This parameter indicates the page number to begin your query.", "key": "pageKey", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "limit", "value": "" }, { "description": "The field used for sorting. Content and Tag fields are supported.", "key": "sortField", "value": "" }, { "description": "This field describes the sorting direction. Sorting can be specified as 'ASC' for ascending or 'DESC' for descending.", "key": "sortDirection", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-52505f84-dc4d-4de7-aecb-218042880e7b" }, { "id": "ad23274c-2004-4eab-bc64-8c12659272cb", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects?filter=&pageKey=&limit=&sortField=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "objects" ], "query": [ { "description": "\nThis API is designed with filtering capabilities using Feed Item Query Language (FIQL) filter expressions.
FIQL introduces simple and composite operators which can be used to build basic and complex queries.
If the *filter* is not specified, all objects are returned.\nThe following are basic FIQL operators:\n* **`==`** - Equal to\n* **`!=`** - Not equal to\n* **`=gt=`** - Greater than\n* **`=ge=`** - Greater or equal to\n* **`=lt=`** - Less than\n* **`=le=`** - Less or equal to\nThese six operators can be used to different types of simple queries. For example:\n* **`name==MyRecording**` - Finds all items with name **`MyRecording`**\n* **`type!=callrecording`** - Finds all items which are not **`callrecording`**\n* **`size=gt=1024`** - Finds all items with size bigger than 1024\n* **`size=le=1024`** - Finds all items with size smaller or equal with 1024\nFIQL joining operators consist of the following:\n* **`;`** = AND\n* **`,`** = OR\nThese two operators can be used to join simple queries and build more complex queries. For example:\n* **`name==MyRecording,name==YourRecording`** - Find all items with name **`MyRecording`** or with name **`YourRecording`**\n* **`type==callrecording;size=gt=1024`** - Find all **`callrecording`** items with size greather than 1024\n* **`type==callrecording;(name==MyRecording,name==YourRecording)`** - Find all **`callrecording`** items with name **`MyRecording`** or with name **`YourRecording`**\n", "key": "filter", "value": "" }, { "description": "This parameter indicates the page number to begin your query.", "key": "pageKey", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "limit", "value": "" }, { "description": "The field used for sorting. Content and Tag fields are supported.", "key": "sortField", "value": "" }, { "description": "This field describes the sorting direction. Sorting can be specified as 'ASC' for ascending or 'DESC' for descending.", "key": "sortDirection", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-ad23274c-2004-4eab-bc64-8c12659272cb" }, { "id": "fb7f7507-df52-465c-b8ea-30d8fe2dffb1", "name": "This method is not allowed or a validation exception has occurred.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects?filter=&pageKey=&limit=&sortField=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "objects" ], "query": [ { "description": "\nThis API is designed with filtering capabilities using Feed Item Query Language (FIQL) filter expressions.
FIQL introduces simple and composite operators which can be used to build basic and complex queries.
If the *filter* is not specified, all objects are returned.\nThe following are basic FIQL operators:\n* **`==`** - Equal to\n* **`!=`** - Not equal to\n* **`=gt=`** - Greater than\n* **`=ge=`** - Greater or equal to\n* **`=lt=`** - Less than\n* **`=le=`** - Less or equal to\nThese six operators can be used to different types of simple queries. For example:\n* **`name==MyRecording**` - Finds all items with name **`MyRecording`**\n* **`type!=callrecording`** - Finds all items which are not **`callrecording`**\n* **`size=gt=1024`** - Finds all items with size bigger than 1024\n* **`size=le=1024`** - Finds all items with size smaller or equal with 1024\nFIQL joining operators consist of the following:\n* **`;`** = AND\n* **`,`** = OR\nThese two operators can be used to join simple queries and build more complex queries. For example:\n* **`name==MyRecording,name==YourRecording`** - Find all items with name **`MyRecording`** or with name **`YourRecording`**\n* **`type==callrecording;size=gt=1024`** - Find all **`callrecording`** items with size greather than 1024\n* **`type==callrecording;(name==MyRecording,name==YourRecording)`** - Find all **`callrecording`** items with name **`MyRecording`** or with name **`YourRecording`**\n", "key": "filter", "value": "" }, { "description": "This parameter indicates the page number to begin your query.", "key": "pageKey", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "limit", "value": "" }, { "description": "The field used for sorting. Content and Tag fields are supported.", "key": "sortField", "value": "" }, { "description": "This field describes the sorting direction. Sorting can be specified as 'ASC' for ascending or 'DESC' for descending.", "key": "sortDirection", "value": "" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-fb7f7507-df52-465c-b8ea-30d8fe2dffb1" }, { "id": "add42f48-50b2-4c49-bcc3-ecf4d888cbde", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/objects?filter=&pageKey=&limit=&sortField=&sortDirection=", "host": [ "{{baseUrl}}" ], "path": [ "objects" ], "query": [ { "description": "\nThis API is designed with filtering capabilities using Feed Item Query Language (FIQL) filter expressions.
FIQL introduces simple and composite operators which can be used to build basic and complex queries.
If the *filter* is not specified, all objects are returned.\nThe following are basic FIQL operators:\n* **`==`** - Equal to\n* **`!=`** - Not equal to\n* **`=gt=`** - Greater than\n* **`=ge=`** - Greater or equal to\n* **`=lt=`** - Less than\n* **`=le=`** - Less or equal to\nThese six operators can be used to different types of simple queries. For example:\n* **`name==MyRecording**` - Finds all items with name **`MyRecording`**\n* **`type!=callrecording`** - Finds all items which are not **`callrecording`**\n* **`size=gt=1024`** - Finds all items with size bigger than 1024\n* **`size=le=1024`** - Finds all items with size smaller or equal with 1024\nFIQL joining operators consist of the following:\n* **`;`** = AND\n* **`,`** = OR\nThese two operators can be used to join simple queries and build more complex queries. For example:\n* **`name==MyRecording,name==YourRecording`** - Find all items with name **`MyRecording`** or with name **`YourRecording`**\n* **`type==callrecording;size=gt=1024`** - Find all **`callrecording`** items with size greather than 1024\n* **`type==callrecording;(name==MyRecording,name==YourRecording)`** - Find all **`callrecording`** items with name **`MyRecording`** or with name **`YourRecording`**\n", "key": "filter", "value": "" }, { "description": "This parameter indicates the page number to begin your query.", "key": "pageKey", "value": "" }, { "description": "This parameter indicates the page size to begin your query with. A value between 1 and 100 is supported.", "key": "limit", "value": "" }, { "description": "The field used for sorting. Content and Tag fields are supported.", "key": "sortField", "value": "" }, { "description": "This field describes the sorting direction. Sorting can be specified as 'ASC' for ascending or 'DESC' for descending.", "key": "sortDirection", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-add42f48-50b2-4c49-bcc3-ecf4d888cbde" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-e55811d8-c423-4aac-8ceb-d9674f37748a" } ], "id": "53d76f9c-2f98-4f38-a577-9cac1b5dffd2", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-53d76f9c-2f98-4f38-a577-9cac1b5dffd2" }, { "name": "bulk", "item": [ { "name": "download", "item": [ { "name": "cancel", "item": [ { "name": "{zipName}", "item": [ { "name": "Cancel a running bulk download job by zip file name.", "id": "8727d212-825b-486f-a078-95b57f4783e9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/bulk/download/cancel/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "cancel", ":zipName" ], "variable": [ { "id": "3a310954-535c-4490-af20-93c7c18c438f", "key": "zipName", "value": "", "description": "(Required) The zip archive name for bulk download cancellation." } ] }, "description": "This method cancels a running bulk download job by the zip file name." }, "response": [ { "id": "d7e7398a-5140-4823-a4c2-b4c96fe30491", "name": "Cancelled a running bulk download by it's zip file name.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/cancel/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "cancel", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"content\": [\n \"\",\n \"\"\n ],\n \"status\": \"FAILED\",\n \"url\": \"\",\n \"zipName\": \"\"\n },\n {\n \"content\": [\n \"\",\n \"\"\n ],\n \"status\": \"CANCELLED\",\n \"url\": \"\",\n \"zipName\": \"\"\n }\n]", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-d7e7398a-5140-4823-a4c2-b4c96fe30491" }, { "id": "fc4a616a-8847-4eb6-baa1-16719b95d22c", "name": "The response given when a resource is created. This response can vary depending on the request given.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/cancel/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "cancel", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-fc4a616a-8847-4eb6-baa1-16719b95d22c" }, { "id": "1eb51901-5724-484e-8f99-abba452b4704", "name": "The response given when a successful request was completed, but did not have content to return.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/cancel/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "cancel", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-1eb51901-5724-484e-8f99-abba452b4704" }, { "id": "52b0b892-5231-485b-a05d-1da97f3666b0", "name": "The received request was malformed resulting in form validation errors.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/cancel/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "cancel", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-52b0b892-5231-485b-a05d-1da97f3666b0" }, { "id": "65efb8d1-638a-46c0-8708-469e8979cb5f", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/cancel/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "cancel", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-65efb8d1-638a-46c0-8708-469e8979cb5f" }, { "id": "cbff6b74-9195-4544-9c18-f4e897de159a", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/cancel/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "cancel", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-cbff6b74-9195-4544-9c18-f4e897de159a" }, { "id": "9c01cb12-0455-4cf8-bfad-7e0c617d2212", "name": "The requested resource was not found.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/cancel/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "cancel", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-9c01cb12-0455-4cf8-bfad-7e0c617d2212" }, { "id": "1e544423-e04f-4f06-b4ff-c0868bd504f1", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/cancel/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "cancel", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-1e544423-e04f-4f06-b4ff-c0868bd504f1" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-8727d212-825b-486f-a078-95b57f4783e9" } ], "id": "f708c664-0be0-49b6-8331-33a631c0b180", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-f708c664-0be0-49b6-8331-33a631c0b180" } ], "id": "0183a712-1b4d-4262-90e9-487aed753d62", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-0183a712-1b4d-4262-90e9-487aed753d62" }, { "name": "clear", "item": [ { "name": "Removes tasks from a download request.", "id": "efcc50e8-10b9-4374-a2af-79a444e739c1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/bulk/download/clear", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "clear" ] }, "description": "This method clears your task queue for bulk download requests." }, "response": [ { "id": "4b606149-37b5-4503-a8e5-7bc296c6c301", "name": "Cancel a running bulk download by it's zip file name.", "originalRequest": { "method": "PUT", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/clear", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "clear" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"content\": [\n \"\",\n \"\"\n ],\n \"status\": \"FAILED\",\n \"url\": \"\",\n \"zipName\": \"\"\n },\n {\n \"content\": [\n \"\",\n \"\"\n ],\n \"status\": \"CANCELLED\",\n \"url\": \"\",\n \"zipName\": \"\"\n }\n]", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-4b606149-37b5-4503-a8e5-7bc296c6c301" }, { "id": "ccb8b1ce-159e-4785-b5d3-33cb3d1c7598", "name": "The response given when a resource is created. This response can vary depending on the request given.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/clear", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "clear" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-ccb8b1ce-159e-4785-b5d3-33cb3d1c7598" }, { "id": "c8539af2-28d6-4021-a4b4-077059e3d4d0", "name": "The response given when a successful request was completed, but did not have content to return.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/clear", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "clear" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-c8539af2-28d6-4021-a4b4-077059e3d4d0" }, { "id": "b33a5764-c31f-457e-b4ed-5a81dc50d5e2", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/clear", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "clear" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-b33a5764-c31f-457e-b4ed-5a81dc50d5e2" }, { "id": "c363c1a2-9c42-47db-aa96-69228dbd0c38", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/clear", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "clear" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-c363c1a2-9c42-47db-aa96-69228dbd0c38" }, { "id": "765efec5-f442-4a69-b18b-06548c0b99fc", "name": "The requested resource was not found.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/clear", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "clear" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-765efec5-f442-4a69-b18b-06548c0b99fc" }, { "id": "185ba3b1-255d-42e9-bdbd-d4f11d4f8db1", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "PUT", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/clear", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "clear" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-185ba3b1-255d-42e9-bdbd-d4f11d4f8db1" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-efcc50e8-10b9-4374-a2af-79a444e739c1" } ], "id": "9eebd955-0941-4183-8e01-8ff5106be47d", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-9eebd955-0941-4183-8e01-8ff5106be47d" }, { "name": "start", "item": [ { "name": "Start bulk download.", "id": "d39bcc66-f14c-4bf8-89d3-90978937f6a3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk/download/start", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "start" ] }, "description": "This method starts downloading multiple objects in bulk. The objects are zipped and transferred as one file." }, "response": [ { "id": "337a53ea-8409-4f97-a84e-3dd901985d23", "name": "Start a bulk download.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk/download/start", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "start" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"content\": [\n \"\",\n \"\"\n ],\n \"status\": \"FAILED\",\n \"url\": \"\",\n \"zipName\": \"\"\n },\n {\n \"content\": [\n \"\",\n \"\"\n ],\n \"status\": \"CANCELLED\",\n \"url\": \"\",\n \"zipName\": \"\"\n }\n]", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-337a53ea-8409-4f97-a84e-3dd901985d23" }, { "id": "f16f18af-cc8c-4deb-a5b8-12524a9d52f6", "name": "The response given when a resource is created. This response can vary depending on the request given.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk/download/start", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "start" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-f16f18af-cc8c-4deb-a5b8-12524a9d52f6" }, { "id": "fbf73b89-e2f2-4d65-a868-020600103945", "name": "The response given when a successful request was completed, but did not have content to return.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk/download/start", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "start" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-fbf73b89-e2f2-4d65-a868-020600103945" }, { "id": "23389daf-ef0a-4890-8fbf-2c4da35602c1", "name": "The received request was malformed resulting in form validation errors.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk/download/start", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "start" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-23389daf-ef0a-4890-8fbf-2c4da35602c1" }, { "id": "a268f494-87df-473c-8a17-14fd113fefb1", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk/download/start", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "start" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-a268f494-87df-473c-8a17-14fd113fefb1" }, { "id": "a1a00944-78ea-4ee7-89e0-35b993f5cccb", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk/download/start", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "start" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-a1a00944-78ea-4ee7-89e0-35b993f5cccb" }, { "id": "f9c3c08b-2330-49c9-a49e-e170fbed43c9", "name": "The requested resource was not found.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk/download/start", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "start" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-f9c3c08b-2330-49c9-a49e-e170fbed43c9" }, { "id": "0e821551-89e1-4e4d-8e39-ab3856a1d0f2", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk/download/start", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "start" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-0e821551-89e1-4e4d-8e39-ab3856a1d0f2" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-d39bcc66-f14c-4bf8-89d3-90978937f6a3" } ], "id": "ff56c712-4d81-490e-9869-d22e04c0b13f", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-ff56c712-4d81-490e-9869-d22e04c0b13f" }, { "name": "status", "item": [ { "name": "{zipName}", "item": [ { "name": "Returns the status of a single bulk download job request by zip filename.", "id": "497bc9c5-7b41-4106-9e1f-472d73399b73", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/bulk/download/status/:zipName?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "status", ":zipName" ], "query": [ { "description": "The pre-signed URL.", "key": "presignUrl", "value": "false" } ], "variable": [ { "id": "c68e284e-a0c5-4f92-ac25-5f35c96d0d85", "key": "zipName", "value": "", "description": "(Required) This method returns the status details for the given .zip archive." } ] }, "description": "This method returns the status of a single bulk download job request by zip filename." }, "response": [ { "id": "75b29df7-37cf-4d84-9642-39b6666d2c0a", "name": "The bulk download task status for a given .zip file name.", "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}}/bulk/download/status/:zipName?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "status", ":zipName" ], "query": [ { "description": "The pre-signed URL.", "key": "presignUrl", "value": "false" } ], "variable": [ { "key": "zipName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"content\": [\n \"\",\n \"\"\n ],\n \"status\": \"FAILED\",\n \"url\": \"\",\n \"zipName\": \"\"\n },\n {\n \"content\": [\n \"\",\n \"\"\n ],\n \"status\": \"CANCELLED\",\n \"url\": \"\",\n \"zipName\": \"\"\n }\n]", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-75b29df7-37cf-4d84-9642-39b6666d2c0a" }, { "id": "4707cbff-c14b-4b7d-b7da-16cf86245024", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/status/:zipName?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "status", ":zipName" ], "query": [ { "description": "The pre-signed URL.", "key": "presignUrl", "value": "false" } ], "variable": [ { "key": "zipName" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-4707cbff-c14b-4b7d-b7da-16cf86245024" }, { "id": "dfbd1c0c-a970-4429-8b1a-195d93db3d3e", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/status/:zipName?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "status", ":zipName" ], "query": [ { "description": "The pre-signed URL.", "key": "presignUrl", "value": "false" } ], "variable": [ { "key": "zipName" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-dfbd1c0c-a970-4429-8b1a-195d93db3d3e" }, { "id": "00043401-ea1c-4413-a317-86e7c2c51763", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/status/:zipName?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "status", ":zipName" ], "query": [ { "description": "The pre-signed URL.", "key": "presignUrl", "value": "false" } ], "variable": [ { "key": "zipName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-00043401-ea1c-4413-a317-86e7c2c51763" }, { "id": "75eacf6c-1803-4300-b54e-65268075aeb0", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/status/:zipName?presignUrl=false", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "status", ":zipName" ], "query": [ { "description": "The pre-signed URL.", "key": "presignUrl", "value": "false" } ], "variable": [ { "key": "zipName" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-75eacf6c-1803-4300-b54e-65268075aeb0" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-497bc9c5-7b41-4106-9e1f-472d73399b73" } ], "id": "2a992668-e6ab-4aae-9cc0-5f01b1d1c2fd", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-2a992668-e6ab-4aae-9cc0-5f01b1d1c2fd" }, { "name": "Returns the status of all bulk download job requests.", "id": "f1eabffd-23e9-451e-84f8-53d19f41603f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/bulk/download/status", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "status" ] }, "description": "This method returns the status of all bulk download job requests." }, "response": [ { "id": "7de1b89c-d6f1-415d-a5d2-b257da917566", "name": "Returns the bulk download task status.", "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}}/bulk/download/status", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "status" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"content\": [\n \"\",\n \"\"\n ],\n \"status\": \"FAILED\",\n \"url\": \"\",\n \"zipName\": \"\"\n },\n {\n \"content\": [\n \"\",\n \"\"\n ],\n \"status\": \"CANCELLED\",\n \"url\": \"\",\n \"zipName\": \"\"\n }\n]", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-7de1b89c-d6f1-415d-a5d2-b257da917566" }, { "id": "f13a85ca-1121-4c51-a8b8-c0c3fbdd9f0f", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/status", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "status" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-f13a85ca-1121-4c51-a8b8-c0c3fbdd9f0f" }, { "id": "0c35191d-471d-46c4-82c5-4dac8c30cd63", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/status", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "status" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-0c35191d-471d-46c4-82c5-4dac8c30cd63" }, { "id": "5f370881-ffcb-415e-8059-2e9023253756", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/status", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "status" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-5f370881-ffcb-415e-8059-2e9023253756" }, { "id": "e39c82b0-f270-4d33-a8c7-74b3dd44ec37", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/status", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", "status" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-e39c82b0-f270-4d33-a8c7-74b3dd44ec37" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-f1eabffd-23e9-451e-84f8-53d19f41603f" } ], "id": "13d34263-d735-4db9-951e-864d6cad2404", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-13d34263-d735-4db9-951e-864d6cad2404" }, { "name": "{zipName}", "item": [ { "name": "Request bulk download by .zip filename.", "id": "f4acc74c-25ee-4a58-80bd-4aaa14f7aaca", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/bulk/download/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", ":zipName" ], "variable": [ { "id": "c23045aa-3a94-4786-8a17-3f2fe07ac754", "key": "zipName", "value": "", "description": "(Required) This operation specifies the .zip archive file name to download." } ] }, "description": "This method enables access to a single zipped file that was generated from a bulk download request and is ready for retrieval." }, "response": [ { "id": "fd69b659-c926-4024-b848-eb4c54efb379", "name": "Retrieves the bulk download data for a given .zip file name.", "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}}/bulk/download/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"content\": [\n \"\",\n \"\"\n ],\n \"status\": \"FAILED\",\n \"url\": \"\",\n \"zipName\": \"\"\n },\n {\n \"content\": [\n \"\",\n \"\"\n ],\n \"status\": \"CANCELLED\",\n \"url\": \"\",\n \"zipName\": \"\"\n }\n]", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-fd69b659-c926-4024-b848-eb4c54efb379" }, { "id": "d7964124-d955-422d-9e41-43ef3c3920cb", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-d7964124-d955-422d-9e41-43ef3c3920cb" }, { "id": "0328ef7d-de1e-426f-8b42-bcd8e265577b", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-0328ef7d-de1e-426f-8b42-bcd8e265577b" }, { "id": "364aa6b1-bf0b-4e74-9fd8-b55e0a5a70a4", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-364aa6b1-bf0b-4e74-9fd8-b55e0a5a70a4" }, { "id": "fcbd5638-6c10-42b2-b458-99c4f3735b9f", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/bulk/download/:zipName", "host": [ "{{baseUrl}}" ], "path": [ "bulk", "download", ":zipName" ], "variable": [ { "key": "zipName" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-fcbd5638-6c10-42b2-b458-99c4f3735b9f" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-f4acc74c-25ee-4a58-80bd-4aaa14f7aaca" } ], "id": "2e5caa5d-ca0d-4c3d-bd80-aca67b1fd5f4", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-2e5caa5d-ca0d-4c3d-bd80-aca67b1fd5f4" } ], "id": "42679a79-1994-44e8-92e3-52b4336329f6", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-42679a79-1994-44e8-92e3-52b4336329f6" }, { "name": "Remove existing objects.", "id": "2c7fb346-5a2d-4b2a-b932-676dd52ba160", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk", "host": [ "{{baseUrl}}" ], "path": [ "bulk" ] }, "description": "This method enables you to bulk delete object metadata along with associated content." }, "response": [ { "id": "e5a5577c-1123-4e5e-9591-89c745b3c05d", "name": "OK", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk", "host": [ "{{baseUrl}}" ], "path": [ "bulk" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-e5a5577c-1123-4e5e-9591-89c745b3c05d" }, { "id": "7d445f27-6f30-485a-ab27-bec28519097b", "name": "The response given when a successful request was completed, but did not have content to return.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk", "host": [ "{{baseUrl}}" ], "path": [ "bulk" ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-7d445f27-6f30-485a-ab27-bec28519097b" }, { "id": "eea95920-95ab-41b5-b8c5-aaab5034e2c5", "name": "The received request was malformed resulting in form validation errors.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk", "host": [ "{{baseUrl}}" ], "path": [ "bulk" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-eea95920-95ab-41b5-b8c5-aaab5034e2c5" }, { "id": "a5972c2d-3186-493d-b1f6-02b6c6724698", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk", "host": [ "{{baseUrl}}" ], "path": [ "bulk" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-a5972c2d-3186-493d-b1f6-02b6c6724698" }, { "id": "4464af1d-54c6-4fb8-ad14-ec49f77c1da8", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk", "host": [ "{{baseUrl}}" ], "path": [ "bulk" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-4464af1d-54c6-4fb8-ad14-ec49f77c1da8" }, { "id": "f488896c-33e8-43cb-a835-9f1eb7c83682", "name": "The requested resource was not found.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk", "host": [ "{{baseUrl}}" ], "path": [ "bulk" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-f488896c-33e8-43cb-a835-9f1eb7c83682" }, { "id": "8b855aef-21d7-4b9a-9ee5-74abe424b6e2", "name": "This method is not allowed or a validation exception has occurred.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk", "host": [ "{{baseUrl}}" ], "path": [ "bulk" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-8b855aef-21d7-4b9a-9ee5-74abe424b6e2" }, { "id": "ebc4b9b7-0d49-431e-b2cd-3edebd41e519", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk", "host": [ "{{baseUrl}}" ], "path": [ "bulk" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-ebc4b9b7-0d49-431e-b2cd-3edebd41e519" }, { "id": "65fe5169-c764-4a5e-b80c-6b3a8641237d", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "[\n \"\",\n \"\"\n]", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/bulk", "host": [ "{{baseUrl}}" ], "path": [ "bulk" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-65fe5169-c764-4a5e-b80c-6b3a8641237d" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-2c7fb346-5a2d-4b2a-b932-676dd52ba160" } ], "id": "2befa949-7c65-489e-93e1-924d2c917b1c", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-2befa949-7c65-489e-93e1-924d2c917b1c" }, { "name": "buckets", "item": [ { "name": "{bucketId}", "item": [ { "name": "Returns the content of a specified bucket.", "id": "d9d98110-4432-4f71-aa10-e6ba2de33f8e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/buckets/:bucketId", "host": [ "{{baseUrl}}" ], "path": [ "buckets", ":bucketId" ], "variable": [ { "id": "a82e1def-3c44-421d-a85e-008b833cd927", "key": "bucketId", "value": "", "description": "(Required) The ID for the specified bucket." } ] }, "description": "This method returns all of the contents contained within a specific bucket." }, "response": [ { "id": "8c20d417-2896-40b1-ae30-fa60bed56a48", "name": "Returns a list of all objects inside a specified bucket.", "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}}/buckets/:bucketId", "host": [ "{{baseUrl}}" ], "path": [ "buckets", ":bucketId" ], "variable": [ { "key": "bucketId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"createdTime\": \"\",\n \"customerId\": \"\",\n \"bucketId\": \"\",\n \"objectList\": [\n {\n \"id\": \"\",\n \"bucketId\": \"\",\n \"customerId\": \"\",\n \"userId\": \"\",\n \"type\": \"callrecording\",\n \"mimeType\": \"\",\n \"objectName\": \"\",\n \"objectState\": \"PENDING\",\n \"createdTime\": \"\",\n \"updatedTime\": \"\",\n \"storedBytes\": \"\",\n \"checksum\": \"\",\n \"checksumType\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"bucketId\": \"\",\n \"customerId\": \"\",\n \"userId\": \"\",\n \"type\": \"callcenterrecording\",\n \"mimeType\": \"\",\n \"objectName\": \"\",\n \"objectState\": \"REVOKED\",\n \"createdTime\": \"\",\n \"updatedTime\": \"\",\n \"storedBytes\": \"\",\n \"checksum\": \"\",\n \"checksumType\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"updatedTime\": \"\",\n \"userId\": \"\"\n}", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-8c20d417-2896-40b1-ae30-fa60bed56a48" }, { "id": "c9471a93-be6b-4076-b291-86353f96573d", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/buckets/:bucketId", "host": [ "{{baseUrl}}" ], "path": [ "buckets", ":bucketId" ], "variable": [ { "key": "bucketId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-c9471a93-be6b-4076-b291-86353f96573d" }, { "id": "c3af978a-8161-4512-a385-8250693c6074", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/buckets/:bucketId", "host": [ "{{baseUrl}}" ], "path": [ "buckets", ":bucketId" ], "variable": [ { "key": "bucketId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-c3af978a-8161-4512-a385-8250693c6074" }, { "id": "4a160d28-ea19-46fc-8c0a-128250783e93", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/buckets/:bucketId", "host": [ "{{baseUrl}}" ], "path": [ "buckets", ":bucketId" ], "variable": [ { "key": "bucketId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-4a160d28-ea19-46fc-8c0a-128250783e93" }, { "id": "d5085052-b74b-43b3-9883-7facfd5c218e", "name": "This method is not allowed or a validation exception has occurred.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/buckets/:bucketId", "host": [ "{{baseUrl}}" ], "path": [ "buckets", ":bucketId" ], "variable": [ { "key": "bucketId" } ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-d5085052-b74b-43b3-9883-7facfd5c218e" }, { "id": "d57eddcf-9ebe-4d15-9c6e-875d615784e0", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/buckets/:bucketId", "host": [ "{{baseUrl}}" ], "path": [ "buckets", ":bucketId" ], "variable": [ { "key": "bucketId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-d57eddcf-9ebe-4d15-9c6e-875d615784e0" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-d9d98110-4432-4f71-aa10-e6ba2de33f8e" } ], "id": "e44faa24-f2a5-4655-a14f-268aeaf9a0c0", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-e44faa24-f2a5-4655-a14f-268aeaf9a0c0" }, { "name": "Search all buckets.", "id": "63a7d905-5e22-4dc8-a894-82652f9eafeb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/buckets", "host": [ "{{baseUrl}}" ], "path": [ "buckets" ] }, "description": "A bucket is a resource that is used to store data objects and their associated metadata. This method returns all content within existing buckets." }, "response": [ { "id": "68f00935-d7cd-4d08-bace-42d154ac53df", "name": "Returns a list of all of the objects inside accessible buckets.", "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}}/buckets", "host": [ "{{baseUrl}}" ], "path": [ "buckets" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"createdTime\": \"\",\n \"customerId\": \"\",\n \"bucketId\": \"\",\n \"objectList\": [\n {\n \"id\": \"\",\n \"bucketId\": \"\",\n \"customerId\": \"\",\n \"userId\": \"\",\n \"type\": \"callrecording\",\n \"mimeType\": \"\",\n \"objectName\": \"\",\n \"objectState\": \"PENDING\",\n \"createdTime\": \"\",\n \"updatedTime\": \"\",\n \"storedBytes\": \"\",\n \"checksum\": \"\",\n \"checksumType\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"bucketId\": \"\",\n \"customerId\": \"\",\n \"userId\": \"\",\n \"type\": \"callcenterrecording\",\n \"mimeType\": \"\",\n \"objectName\": \"\",\n \"objectState\": \"REVOKED\",\n \"createdTime\": \"\",\n \"updatedTime\": \"\",\n \"storedBytes\": \"\",\n \"checksum\": \"\",\n \"checksumType\": \"\",\n \"tags\": [\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n },\n {\n \"id\": \"\",\n \"key\": \"\",\n \"value\": \"\"\n }\n ]\n }\n ],\n \"updatedTime\": \"\",\n \"userId\": \"\"\n}", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-68f00935-d7cd-4d08-bace-42d154ac53df" }, { "id": "bc3a3139-ad17-4163-acc7-42fde979ab9e", "name": "Unauthorized: Invalid or no authentication details were provided.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/buckets", "host": [ "{{baseUrl}}" ], "path": [ "buckets" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-bc3a3139-ad17-4163-acc7-42fde979ab9e" }, { "id": "141b60c8-54fe-47a2-90e4-d6ab09e3bd5d", "name": "The authentication was successful, but the authenticated user does not have access to the resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/buckets", "host": [ "{{baseUrl}}" ], "path": [ "buckets" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-141b60c8-54fe-47a2-90e4-d6ab09e3bd5d" }, { "id": "b5a2a04d-2bda-4632-9f24-1ac797855636", "name": "The requested resource was not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/buckets", "host": [ "{{baseUrl}}" ], "path": [ "buckets" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-b5a2a04d-2bda-4632-9f24-1ac797855636" }, { "id": "ce7a4285-3cb0-4b4b-a093-9275e1399eac", "name": "This method is not allowed or a validation exception has occurred.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/buckets", "host": [ "{{baseUrl}}" ], "path": [ "buckets" ] } }, "status": "Method Not Allowed", "code": 405, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-ce7a4285-3cb0-4b4b-a093-9275e1399eac" }, { "id": "218db8dc-7193-480a-8ca0-be10368dbf39", "name": "An internal server error has occurred. Please contact your 8x8 support resource.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/buckets", "host": [ "{{baseUrl}}" ], "path": [ "buckets" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-218db8dc-7193-480a-8ca0-be10368dbf39" } ], "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-63a7d905-5e22-4dc8-a894-82652f9eafeb" } ], "id": "6e7955d5-c16b-4f28-871b-347ecde00165", "createdAt": "2026-07-28T00:27:50.000Z", "updatedAt": "2026-07-28T00:27:50.000Z", "uid": "35240-6e7955d5-c16b-4f28-871b-347ecde00165" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "region", "value": "us-west" }, { "key": "apiversion", "value": "v3" }, { "key": "baseUrl", "value": "https://api.8x8.com/storage/{{region}}/{{apiversion}}/" } ] }