{ "info": { "_postman_id": "d811a3de-5f1e-4cf8-abc8-64d83c4d697d", "name": "API Reference Accounts Files API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:06:47.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "lastUpdatedBy": "35240", "uid": "35240-d811a3de-5f1e-4cf8-abc8-64d83c4d697d" }, "item": [ { "name": "v1", "item": [ { "name": "files", "item": [ { "name": "{id}", "item": [ { "name": "complete", "item": [ { "name": "Complete a file upload", "id": "a0ee0812-7c12-459d-b27d-ba311ddde8ac", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "id": "0e727012-73bb-4c7f-9123-976bc4670bb0", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Finalizes an upload after the file bytes have been uploaded.\n\nIf an optional `md5` hex digest is provided, the server validates the checksum before marking the file as completed.\n\n**[Required scope](/using-the-api/scopes/):** `files:create`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Write" }, "response": [ { "id": "66cb0c09-9867-4393-a20e-372cec846a7b", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"status\": \"PENDING\",\n \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"createdAt\": \"\",\n \"completedAt\": \"\",\n \"expiresAt\": \"\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-66cb0c09-9867-4393-a20e-372cec846a7b" }, { "id": "8ae9bd2d-24be-4cbe-8578-30c44957b40e", "name": "400", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-8ae9bd2d-24be-4cbe-8578-30c44957b40e" }, { "id": "42eab5ae-935a-405e-bf4e-eb0699a1e883", "name": "401", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-42eab5ae-935a-405e-bf4e-eb0699a1e883" }, { "id": "ad14878f-6e9d-4ff6-ab59-50d86c0b782f", "name": "403", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-ad14878f-6e9d-4ff6-ab59-50d86c0b782f" }, { "id": "8fc29a5a-8aaf-4582-8514-41e44480ec11", "name": "404", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-8fc29a5a-8aaf-4582-8514-41e44480ec11" }, { "id": "c621a8dd-cfef-4a48-a004-b7ef2f57430e", "name": "409", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-c621a8dd-cfef-4a48-a004-b7ef2f57430e" }, { "id": "55394ebe-8e7e-4872-8f48-4eda2ceb2d1b", "name": "415", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-55394ebe-8e7e-4872-8f48-4eda2ceb2d1b" }, { "id": "11170cfa-c89b-4e3e-9068-db37fb556d8d", "name": "422", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-11170cfa-c89b-4e3e-9068-db37fb556d8d" }, { "id": "18665ebe-91db-4281-ac12-f53949a62c5b", "name": "429", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-18665ebe-91db-4281-ac12-f53949a62c5b" }, { "id": "0bb23583-d821-4c26-980e-92cb12c1c269", "name": "500", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-0bb23583-d821-4c26-980e-92cb12c1c269" }, { "id": "898e9259-8c15-4c9b-afdc-fa6e6dc7b52f", "name": "503", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-898e9259-8c15-4c9b-afdc-fa6e6dc7b52f" }, { "id": "ed4583df-a859-4113-9360-3d0119f00f61", "name": "504", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"md5\": \"9ad3538b6c4cea46ccf33e18adb18647\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/complete", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "complete" ], "variable": [ { "key": "id" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-ed4583df-a859-4113-9360-3d0119f00f61" } ], "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-a0ee0812-7c12-459d-b27d-ba311ddde8ac" } ], "id": "ef1489cb-688f-413c-9b53-b8e00c136607", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-ef1489cb-688f-413c-9b53-b8e00c136607" }, { "name": "url", "item": [ { "name": "Get a file download URL", "id": "08d097af-41a1-4411-ab00-d1e4612bddb6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "id": "516fcf20-3f28-4de8-a55f-8d08ff370dd2", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Returns a temporary download URL for the file. Only available for files in `COMPLETED` status.\n\n**[Required scope](/using-the-api/scopes/):** `files:read`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Read" }, "response": [ { "id": "7478592f-b623-4617-9e9c-95f7edb31d1d", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"url\": \"\",\n \"expiresAt\": \"\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-7478592f-b623-4617-9e9c-95f7edb31d1d" }, { "id": "65c583fe-5e7d-436f-9b66-76c9c7d9b4ec", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-65c583fe-5e7d-436f-9b66-76c9c7d9b4ec" }, { "id": "e949a902-50e4-41fa-88d0-9e70d59279a1", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-e949a902-50e4-41fa-88d0-9e70d59279a1" }, { "id": "457174e0-3351-4f8d-95cd-4dbb5da0c910", "name": "403", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-457174e0-3351-4f8d-95cd-4dbb5da0c910" }, { "id": "582cf7d9-5401-4870-b835-0783e79f2c1e", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-582cf7d9-5401-4870-b835-0783e79f2c1e" }, { "id": "03406595-0fbf-4cc8-90a7-6c7fdc224927", "name": "409", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "key": "id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-03406595-0fbf-4cc8-90a7-6c7fdc224927" }, { "id": "5be41cb6-cbd1-474a-b4ec-739a54bdc509", "name": "415", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "key": "id" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-5be41cb6-cbd1-474a-b4ec-739a54bdc509" }, { "id": "1a597ef7-5d38-40c1-89a0-402d86721ab7", "name": "422", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-1a597ef7-5d38-40c1-89a0-402d86721ab7" }, { "id": "78c70c64-3d31-44c1-9085-0f0e4186d8cd", "name": "429", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-78c70c64-3d31-44c1-9085-0f0e4186d8cd" }, { "id": "bf126604-8efd-409e-924c-695f2c543b1c", "name": "500", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-bf126604-8efd-409e-924c-695f2c543b1c" }, { "id": "192cc7d7-8d93-47f9-8e92-14b0b6e5ca5c", "name": "503", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "key": "id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-192cc7d7-8d93-47f9-8e92-14b0b6e5ca5c" }, { "id": "ff060cfe-60d5-4711-8c5e-0a3bcee9b4b7", "name": "504", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id/url", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "url" ], "variable": [ { "key": "id" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-ff060cfe-60d5-4711-8c5e-0a3bcee9b4b7" } ], "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-08d097af-41a1-4411-ab00-d1e4612bddb6" } ], "id": "53159fc4-9706-4583-8ab6-a13704b43b52", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-53159fc4-9706-4583-8ab6-a13704b43b52" }, { "name": "cancel", "item": [ { "name": "Cancel a file upload", "id": "b884b5b8-f2db-4f32-98a9-99f895d37c7b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "id": "08ca16e2-2936-4837-b1c7-50ba321e3e97", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Cancels a pending upload by transitioning the file to `CANCELLED`. Only files in `PENDING` status can be cancelled. **[Required scope](/using-the-api/scopes/):** `files:create`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Write" }, "response": [ { "id": "6dd402e0-7ca8-4ff3-9f0c-9f8bddddf4b0", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"status\": \"PENDING\",\n \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"createdAt\": \"\",\n \"completedAt\": \"\",\n \"expiresAt\": \"\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-6dd402e0-7ca8-4ff3-9f0c-9f8bddddf4b0" }, { "id": "3bc83357-8c03-463c-8e89-9b9d1e7eb78d", "name": "400", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-3bc83357-8c03-463c-8e89-9b9d1e7eb78d" }, { "id": "76df04ee-6d76-4345-817b-efe5eee7d541", "name": "401", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-76df04ee-6d76-4345-817b-efe5eee7d541" }, { "id": "75930c80-d37e-43bf-bad8-fb7db221f40d", "name": "403", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-75930c80-d37e-43bf-bad8-fb7db221f40d" }, { "id": "de53c534-eaa7-40d5-ad78-94c4875e9e82", "name": "404", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-de53c534-eaa7-40d5-ad78-94c4875e9e82" }, { "id": "39ac3a14-04b9-47fa-b855-809c92964f07", "name": "409", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-39ac3a14-04b9-47fa-b855-809c92964f07" }, { "id": "6fe6aac5-5009-4f5b-b7d4-c04c145d72b3", "name": "415", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-6fe6aac5-5009-4f5b-b7d4-c04c145d72b3" }, { "id": "162c3ebe-311a-4d8f-b960-496a6a800801", "name": "422", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-162c3ebe-311a-4d8f-b960-496a6a800801" }, { "id": "c1450b12-38be-4b4e-a247-42994da60915", "name": "429", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-c1450b12-38be-4b4e-a247-42994da60915" }, { "id": "b95fdf36-0c2d-4fb0-a22e-89f9000501ed", "name": "500", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-b95fdf36-0c2d-4fb0-a22e-89f9000501ed" }, { "id": "c4a49416-ee34-40a5-9e60-ba0e664f6c3f", "name": "503", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-c4a49416-ee34-40a5-9e60-ba0e664f6c3f" }, { "id": "c6f814cc-2506-44f8-bc1f-dffa63b83835", "name": "504", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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": "{}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files/:id/cancel", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id", "cancel" ], "variable": [ { "key": "id" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-c6f814cc-2506-44f8-bc1f-dffa63b83835" } ], "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-b884b5b8-f2db-4f32-98a9-99f895d37c7b" } ], "id": "a11456a4-9518-4e31-b27a-a1d87461f58e", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-a11456a4-9518-4e31-b27a-a1d87461f58e" }, { "name": "Retrieve a file", "id": "b9f11086-74d9-473c-947a-d8350b26f6b4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "id": "8672e008-0c7f-4882-bc80-cfa08c480dcf", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "Retrieves a single file by its ID.\n\n**[Required scope](/using-the-api/scopes/):** `files:read`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Read" }, "response": [ { "id": "04b94d3b-54fe-45c2-a733-0c2eaf0f2285", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"status\": \"PENDING\",\n \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"createdAt\": \"\",\n \"completedAt\": \"\",\n \"expiresAt\": \"\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-04b94d3b-54fe-45c2-a733-0c2eaf0f2285" }, { "id": "d62609c1-ea75-4768-97c1-7003ee0a090d", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-d62609c1-ea75-4768-97c1-7003ee0a090d" }, { "id": "a52a877a-9a5d-45a3-8b5d-d49d31ac6e46", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-a52a877a-9a5d-45a3-8b5d-d49d31ac6e46" }, { "id": "8fcc3a8b-7626-4518-8c95-7efccf1b8f39", "name": "403", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-8fcc3a8b-7626-4518-8c95-7efccf1b8f39" }, { "id": "6df1b81e-bc0a-49a2-be58-ffb8899861c4", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-6df1b81e-bc0a-49a2-be58-ffb8899861c4" }, { "id": "82dc3e39-3dc3-4238-b359-1a19703af7fd", "name": "409", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-82dc3e39-3dc3-4238-b359-1a19703af7fd" }, { "id": "138ec131-a752-4083-9d65-ef3477a939e1", "name": "415", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-138ec131-a752-4083-9d65-ef3477a939e1" }, { "id": "7008ca9d-2d27-452c-96d2-f77156c44d92", "name": "422", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-7008ca9d-2d27-452c-96d2-f77156c44d92" }, { "id": "a382c04c-e832-4dd5-a987-e5b36512679b", "name": "429", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-a382c04c-e832-4dd5-a987-e5b36512679b" }, { "id": "db627614-3e5b-4b14-937c-80fb26ff4e9a", "name": "500", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-db627614-3e5b-4b14-937c-80fb26ff4e9a" }, { "id": "1c9f0faf-64dd-4047-aea8-3bf8272f4a92", "name": "503", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-1c9f0faf-64dd-4047-aea8-3bf8272f4a92" }, { "id": "934ee899-56d1-4fed-bac1-4b22f155436e", "name": "504", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files/:id", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-934ee899-56d1-4fed-bac1-4b22f155436e" } ], "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-b9f11086-74d9-473c-947a-d8350b26f6b4" } ], "id": "eed2a1b9-9145-4cda-9002-fbdf49ac59dc", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-eed2a1b9-9145-4cda-9002-fbdf49ac59dc" }, { "name": "Create a file upload session", "id": "ef0f79a9-be24-4ee6-81a7-521cb702e94d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] }, "description": "Creates a new file upload session and returns an upload URL.\n\nAfter uploading the file bytes to `uploadUrl`, call `POST /v1/files/{id}/complete` to finalize the upload. Optionally pass `purpose` to validate MIME type and size constraints at creation time. See [File uploads](/using-the-api/file-uploads/) for the full upload flow, supported purposes, and size limits. If you are uploading a meeting transcript, see [Uploading meeting transcripts](/using-the-api/uploading-meeting-transcripts/) for the follow-up meeting attachment flow.\n\n**[Required scope](/using-the-api/scopes/):** `files:create`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Write" }, "response": [ { "id": "384dc320-996e-4213-8d06-aab28f86defe", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"status\": \"COMPLETED\",\n \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"createdAt\": \"\",\n \"completedAt\": \"\",\n \"expiresAt\": \"\",\n \"uploadUrl\": \"\",\n \"uploadHeaders\": {\n \"enim_c8a\": \"\",\n \"aliqua_2\": \"\",\n \"fugiat_0_\": \"\"\n }\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-384dc320-996e-4213-8d06-aab28f86defe" }, { "id": "c5ceacd3-971c-4706-b92b-7d4e31e34040", "name": "400", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-c5ceacd3-971c-4706-b92b-7d4e31e34040" }, { "id": "c7d34930-afac-46bd-bd87-2bd2050bd971", "name": "401", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-c7d34930-afac-46bd-bd87-2bd2050bd971" }, { "id": "f3d73157-5347-4a19-9056-d2144d745e0e", "name": "403", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-f3d73157-5347-4a19-9056-d2144d745e0e" }, { "id": "f528227e-6812-424c-9063-f9aa2385f167", "name": "404", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-f528227e-6812-424c-9063-f9aa2385f167" }, { "id": "9df1b50c-8f09-4d0b-b141-23f559ecace1", "name": "409", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-9df1b50c-8f09-4d0b-b141-23f559ecace1" }, { "id": "58e58d7a-b00e-410e-b0cf-606d8d02b880", "name": "415", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-58e58d7a-b00e-410e-b0cf-606d8d02b880" }, { "id": "c51d1dfd-59ea-42da-b273-0a57899ea174", "name": "422", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-c51d1dfd-59ea-42da-b273-0a57899ea174" }, { "id": "91721476-9529-49d7-886f-d61c49119756", "name": "429", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-91721476-9529-49d7-886f-d61c49119756" }, { "id": "4e3a8351-4d24-4808-9fa7-80417d0763f9", "name": "500", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-4e3a8351-4d24-4808-9fa7-80417d0763f9" }, { "id": "ca1a1c56-7e59-42c2-9bcd-ed343f7dd1d9", "name": "503", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-ca1a1c56-7e59-42c2-9bcd-ed343f7dd1d9" }, { "id": "d85dd743-7967-47e5-aef5-03defdd8abe5", "name": "504", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "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 \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"purpose\": \"knowledge_workspace\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/files", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-d85dd743-7967-47e5-aef5-03defdd8abe5" } ], "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-ef0f79a9-be24-4ee6-81a7-521cb702e94d" }, { "name": "List files", "id": "8ae6ab64-6a06-4c4c-94fe-cb585a491e60", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] }, "description": "Returns a paginated list of files in your workspace. Use `offset` and `limit` to paginate through results. See [List endpoints](/using-the-api/list-endpoints/) for more information about pagination.\n\n**[Required scope](/using-the-api/scopes/):** `files:read`\n\n**[Rate limit category](/using-the-api/rate-limits/):** Search" }, "response": [ { "id": "9c7291b6-a9fa-43a1-a58c-170febb10f4f", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"object\": \"\",\n \"data\": [\n {\n \"id\": \"\",\n \"status\": \"COMPLETED\",\n \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"createdAt\": \"\",\n \"completedAt\": \"\",\n \"expiresAt\": \"\"\n },\n {\n \"id\": \"\",\n \"status\": \"EXPIRED\",\n \"filename\": \"\",\n \"mimeType\": \"\",\n \"sizeBytes\": \"\",\n \"createdAt\": \"\",\n \"completedAt\": \"\",\n \"expiresAt\": \"\"\n }\n ],\n \"totalCount\": \"\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-9c7291b6-a9fa-43a1-a58c-170febb10f4f" }, { "id": "c2b56271-2e7c-4579-8f94-07752e95cf8b", "name": "400", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"bad_request\"\n },\n \"message\": \"Bad Request\",\n \"code\": \"\",\n \"param\": \"\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-c2b56271-2e7c-4579-8f94-07752e95cf8b" }, { "id": "6c06726b-f7e1-4407-a04b-f5ed48d6ca12", "name": "401", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unauthorized\"\n },\n \"message\": \"Unauthorized\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-6c06726b-f7e1-4407-a04b-f5ed48d6ca12" }, { "id": "14cc14f0-2abe-497c-bb71-61f91b887bd9", "name": "403", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"forbidden\"\n },\n \"message\": \"Forbidden\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-14cc14f0-2abe-497c-bb71-61f91b887bd9" }, { "id": "aa93f59a-2000-49b5-82ed-402422234ea1", "name": "404", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"not_found\"\n },\n \"message\": \"Not Found\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-aa93f59a-2000-49b5-82ed-402422234ea1" }, { "id": "3bab8507-0944-4c37-bccb-a283e4033411", "name": "409", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"conflict\"\n },\n \"message\": \"Conflict\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-3bab8507-0944-4c37-bccb-a283e4033411" }, { "id": "84368702-a1ce-4a69-b1f9-aa47289416b9", "name": "415", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Unsupported Media Type", "code": 415, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unsupported_media_type\"\n },\n \"message\": \"Unsupported Media Type\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-84368702-a1ce-4a69-b1f9-aa47289416b9" }, { "id": "54aa56c8-a7fe-44b9-9ea3-6c264f14185e", "name": "422", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"unprocessable_content\"\n },\n \"message\": \"Unprocessable Content\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-54aa56c8-a7fe-44b9-9ea3-6c264f14185e" }, { "id": "2684fb65-6361-4375-9e28-8f1b1fdc36c5", "name": "429", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"too_many_requests\"\n },\n \"message\": \"Too Many Requests\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-2684fb65-6361-4375-9e28-8f1b1fdc36c5" }, { "id": "e7839be7-712a-4983-a53d-face3942bb9b", "name": "500", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"internal_server_error\"\n },\n \"message\": \"Internal Server Error\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-e7839be7-712a-4983-a53d-face3942bb9b" }, { "id": "183e7686-3917-41f8-8cba-106ea4e1e129", "name": "503", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"service_unavailable\"\n },\n \"message\": \"Service Unavailable\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-183e7686-3917-41f8-8cba-106ea4e1e129" }, { "id": "68baf6a8-1ebd-47b9-9031-1d4e079b8807", "name": "504", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) Required API version header. Requests may error without it.", "key": "Lightfield-Version", "value": "2026-03-01" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/files?offset=&limit=", "host": [ "{{baseUrl}}" ], "path": [ "v1", "files" ], "query": [ { "key": "offset", "value": "" }, { "key": "limit", "value": "" } ] } }, "status": "Gateway Timeout", "code": 504, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"type\": {\n \"const\": \"gateway_timeout\"\n },\n \"message\": \"Gateway Timeout\"\n}", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-68baf6a8-1ebd-47b9-9031-1d4e079b8807" } ], "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-8ae6ab64-6a06-4c4c-94fe-cb585a491e60" } ], "id": "80513812-1709-4371-ab2c-967c7333a97c", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-80513812-1709-4371-ab2c-967c7333a97c" } ], "id": "9f9762e2-7f04-478c-b49c-43ac2510ebec", "createdAt": "2026-07-28T02:06:48.000Z", "updatedAt": "2026-07-28T02:06:48.000Z", "uid": "35240-9f9762e2-7f04-478c-b49c-43ac2510ebec" } ], "variable": [ { "key": "baseUrl", "value": "/" } ] }