{ "info": { "_postman_id": "a419b0a1-1c11-4709-8c60-13e3010ab137", "name": "ThoughtSpot Public REST 10.1.0.cl 10.4.0.cl API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "lastUpdatedBy": "35240", "uid": "35240-a419b0a1-1c11-4709-8c60-13e3010ab137" }, "item": [ { "name": "api", "item": [ { "name": "rest", "item": [ { "name": "2.0", "item": [ { "name": "ai", "item": [ { "name": "conversation", "item": [ { "name": "create", "item": [ { "name": "create Conversation", "id": "a2224ffe-1c29-48e6-a9a2-1a971bf9149f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata_identifier\": \"\",\n \"tokens\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", "create" ] }, "description": "\nBeta Version: 10.4.0.cl or later\n\nVersion: 10.4.0.cl or later\n\nCreates a new conversation session tied to a specific data model for AI-driven natural language querying.\n\nRequires `CAN_USE_SPOTTER` privilege and at least view access to the metadata object specified in the request.\n\n#### Usage guidelines\n\nThe request must include:\n- `metadata_identifier`: the unique ID of the data source that provides context for the conversation\n\nOptionally, you can provide:\n- `tokens`: a token string to set initial context for the conversation (e.g., `\"[sales],[item type],[state]\"`)\n\nIf the request is successful, ThoughtSpot returns a unique `conversation_identifier` that must be passed to `sendMessage` to continue the conversation.\n\n#### Error responses\n\n| Code | Description |\n|------|-------------|\n| 401 | Unauthorized \u2014 authentication token is missing, expired, or invalid. |\n| 403 | Forbidden \u2014 the authenticated user does not have `CAN_USE_SPOTTER` privilege or lacks view permission on the specified metadata object. |\n\n> ###### Note:\n> * This endpoint is currently in Beta. Breaking changes may be introduced before the endpoint is made Generally Available.\n> * This endpoint requires Spotter - please contact ThoughtSpot support to enable Spotter on your cluster.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "1fb597a6-cddf-47b6-a4b2-52b41b2a493e", "name": "Common successful response", "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 \"metadata_identifier\": \"\",\n \"tokens\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", "create" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"conversation_identifier\": \"\"\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-1fb597a6-cddf-47b6-a4b2-52b41b2a493e" }, { "id": "23abe38f-424d-4116-b92e-6693183f8913", "name": "Common error response", "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 \"metadata_identifier\": \"\",\n \"tokens\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", "create" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"conversation_identifier\": \"\"\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-23abe38f-424d-4116-b92e-6693183f8913" }, { "id": "e2e0671b-6f03-4bda-871e-1265096899d2", "name": "Operation failed", "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 \"metadata_identifier\": \"\",\n \"tokens\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", "create" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-e2e0671b-6f03-4bda-871e-1265096899d2" }, { "id": "20ad5060-ae5c-4ae4-8bee-53c8206fa0a2", "name": "Unauthorized access.", "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 \"metadata_identifier\": \"\",\n \"tokens\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", "create" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-20ad5060-ae5c-4ae4-8bee-53c8206fa0a2" }, { "id": "38e6c7df-fcf9-42d7-a73d-e33f7fca0dec", "name": "Forbidden access.", "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 \"metadata_identifier\": \"\",\n \"tokens\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", "create" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-38e6c7df-fcf9-42d7-a73d-e33f7fca0dec" }, { "id": "5d005145-3443-430f-bea1-671676ba42de", "name": "Operation failed", "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 \"metadata_identifier\": \"\",\n \"tokens\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", "create" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-5d005145-3443-430f-bea1-671676ba42de" } ], "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-a2224ffe-1c29-48e6-a9a2-1a971bf9149f" } ], "id": "4f2137ec-5c95-42bd-ad9c-a53c209e4dba", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-4f2137ec-5c95-42bd-ad9c-a53c209e4dba" }, { "name": "{conversation_identifier}", "item": [ { "name": "converse", "item": [ { "name": "send Message", "id": "8b88b996-867c-43bc-8f5e-09fe2037c62d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata_identifier\": \"\",\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/:conversation_identifier/converse", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", ":conversation_identifier", "converse" ], "variable": [ { "id": "ebadb9ab-4c91-46b5-8a3b-08efc84933af", "key": "conversation_identifier", "value": "", "description": "(Required) Unique identifier of the conversation." } ] }, "description": "\nBeta Version: 10.4.0.cl or later\n\nSends a follow-up message to an existing conversation within the context of a data model.\n\nRequires `CAN_USE_SPOTTER` privilege and at least view access to the metadata object specified in the request. A conversation must first be created using the `createConversation` API.\n\n#### Usage guidelines\n\nThe request must include:\n- `conversation_identifier`: the unique session ID returned by `createConversation`\n- `metadata_identifier`: the unique ID of the data source used for the conversation\n- `message`: a natural language string with the follow-up question\n\nIf the request is successful, the API returns an array of response messages, each containing:\n- `session_identifier`: the unique ID of the generated response\n- `generation_number`: the generation number of the response\n- `message_type`: the type of the response (e.g., `TSAnswer`)\n- `visualization_type`: the generated visualization type (`Chart`, `Table`, or `Undefined`)\n- `tokens` / `display_tokens`: the search tokens and user-friendly display tokens for the response\n\n#### Error responses\n\n| Code | Description |\n|------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| 401 | Unauthorized \u2014 authentication token is missing, expired, or invalid. |\n| 403 | Forbidden \u2014 the authenticated user does not have `CAN_USE_SPOTTER` privilege or lacks view permission on the specified metadata object. |\n\n> ###### Note:\n> * This endpoint is currently in Beta. Breaking changes may be introduced before the endpoint is made Generally Available.\n> * This endpoint requires Spotter - please contact ThoughtSpot support to enable Spotter on your cluster.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "1dc1c292-842d-4319-9060-581214d04bf4", "name": "Common successful response", "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 \"metadata_identifier\": \"\",\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/:conversation_identifier/converse", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", ":conversation_identifier", "converse" ], "variable": [ { "key": "conversation_identifier" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"message_type\": \"TSAnswer\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\",\n \"visualization_type\": \"UNDEFINED\",\n \"tokens\": \"\",\n \"display_tokens\": \"\"\n },\n {\n \"message_type\": \"TSAnswer\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\",\n \"visualization_type\": \"UNDEFINED\",\n \"tokens\": \"\",\n \"display_tokens\": \"\"\n }\n]", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-1dc1c292-842d-4319-9060-581214d04bf4" }, { "id": "78ef673d-ee7f-45f8-8d1c-c9e13c63a631", "name": "Common error response", "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 \"metadata_identifier\": \"\",\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/:conversation_identifier/converse", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", ":conversation_identifier", "converse" ], "variable": [ { "key": "conversation_identifier" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"message_type\": \"TSAnswer\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\",\n \"visualization_type\": \"UNDEFINED\",\n \"tokens\": \"\",\n \"display_tokens\": \"\"\n },\n {\n \"message_type\": \"TSAnswer\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\",\n \"visualization_type\": \"UNDEFINED\",\n \"tokens\": \"\",\n \"display_tokens\": \"\"\n }\n]", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-78ef673d-ee7f-45f8-8d1c-c9e13c63a631" }, { "id": "e5ae6784-b041-4818-80d4-fcba59e88ac9", "name": "Operation failed", "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 \"metadata_identifier\": \"\",\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/:conversation_identifier/converse", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", ":conversation_identifier", "converse" ], "variable": [ { "key": "conversation_identifier" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-e5ae6784-b041-4818-80d4-fcba59e88ac9" }, { "id": "0663c6f0-9eb2-42c9-98e1-541357dd4620", "name": "Unauthorized access.", "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 \"metadata_identifier\": \"\",\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/:conversation_identifier/converse", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", ":conversation_identifier", "converse" ], "variable": [ { "key": "conversation_identifier" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-0663c6f0-9eb2-42c9-98e1-541357dd4620" }, { "id": "46ab520d-ffaa-4be6-acc3-8a265dc6e5b8", "name": "Forbidden access.", "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 \"metadata_identifier\": \"\",\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/:conversation_identifier/converse", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", ":conversation_identifier", "converse" ], "variable": [ { "key": "conversation_identifier" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-46ab520d-ffaa-4be6-acc3-8a265dc6e5b8" }, { "id": "c7eeaa7b-2062-47db-9678-5435aaed011c", "name": "Operation failed", "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 \"metadata_identifier\": \"\",\n \"message\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/conversation/:conversation_identifier/converse", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "conversation", ":conversation_identifier", "converse" ], "variable": [ { "key": "conversation_identifier" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-c7eeaa7b-2062-47db-9678-5435aaed011c" } ], "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-8b88b996-867c-43bc-8f5e-09fe2037c62d" } ], "id": "9109aad6-97cf-4a93-9735-68e265798533", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-9109aad6-97cf-4a93-9735-68e265798533" } ], "id": "799cc0d2-7202-4470-a033-2268aeca0686", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-799cc0d2-7202-4470-a033-2268aeca0686" } ], "id": "b14701ff-aa30-4033-96a3-42531f29f9a7", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-b14701ff-aa30-4033-96a3-42531f29f9a7" }, { "name": "answer", "item": [ { "name": "create", "item": [ { "name": "single Answer", "id": "9a877588-0074-45d3-829c-ca999792d46f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"query\": \"\",\n \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/answer/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "answer", "create" ] }, "description": "\nBeta Version: 10.4.0.cl or later\n\nProcesses a natural language query against a specified data model and returns a single AI-generated answer without requiring a conversation session.\n\nRequires `CAN_USE_SPOTTER` privilege and at least view access to the metadata object specified in the request.\n\n#### Usage guidelines\n\nThe request must include:\n- `query`: a natural language question (e.g., \"What were total sales last quarter?\")\n- `metadata_identifier`: the unique ID of the data source to query against\n\nIf the request is successful, the API returns a response message containing:\n- `session_identifier`: the unique ID of the generated response\n- `generation_number`: the generation number of the response\n- `message_type`: the type of the response (e.g., `TSAnswer`)\n- `visualization_type`: the generated visualization type (`Chart`, `Table`, or `Undefined`)\n- `tokens` / `display_tokens`: the search tokens and user-friendly display tokens for the response\n\n#### Error responses\n\n| Code | Description |\n|------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| 401 | Unauthorized \u2014 authentication token is missing, expired, or invalid. |\n| 403 | Forbidden \u2014 the authenticated user does not have `CAN_USE_SPOTTER` privilege or lacks view permission on the specified metadata object. |\n\n> ###### Note:\n> * This endpoint is currently in Beta. Breaking changes may be introduced before the endpoint is made Generally Available.\n> * This endpoint requires Spotter - please contact ThoughtSpot support to enable Spotter on your cluster.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "d05ac173-a20c-4c28-99c0-3b6376fa4188", "name": "Common successful response", "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 \"query\": \"\",\n \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/answer/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "answer", "create" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message_type\": \"TSAnswer\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\",\n \"visualization_type\": \"Undefined\",\n \"tokens\": \"\",\n \"display_tokens\": \"\"\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-d05ac173-a20c-4c28-99c0-3b6376fa4188" }, { "id": "33fca9f1-7c0b-49b8-a77b-39af731f0d16", "name": "Common error response", "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 \"query\": \"\",\n \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/answer/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "answer", "create" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message_type\": \"TSAnswer\",\n \"session_identifier\": \"\",\n \"generation_number\": \"\",\n \"visualization_type\": \"Undefined\",\n \"tokens\": \"\",\n \"display_tokens\": \"\"\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-33fca9f1-7c0b-49b8-a77b-39af731f0d16" }, { "id": "343ec0b2-39d4-4097-9d0f-ac0ab86a21d2", "name": "Operation failed", "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 \"query\": \"\",\n \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/answer/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "answer", "create" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-343ec0b2-39d4-4097-9d0f-ac0ab86a21d2" }, { "id": "478497f1-0b5d-45cf-9175-28b4741678af", "name": "Unauthorized access.", "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 \"query\": \"\",\n \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/answer/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "answer", "create" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-478497f1-0b5d-45cf-9175-28b4741678af" }, { "id": "d468d920-a6da-4074-9710-22ff289f238e", "name": "Forbidden access.", "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 \"query\": \"\",\n \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/answer/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "answer", "create" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-d468d920-a6da-4074-9710-22ff289f238e" }, { "id": "b1be27cb-0624-4ea7-9d03-4255465a20ea", "name": "Operation failed", "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 \"query\": \"\",\n \"metadata_identifier\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/ai/answer/create", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "ai", "answer", "create" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-b1be27cb-0624-4ea7-9d03-4255465a20ea" } ], "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-9a877588-0074-45d3-829c-ca999792d46f" } ], "id": "9e198ed5-227d-4a45-ad04-1799f7dd97db", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-9e198ed5-227d-4a45-ad04-1799f7dd97db" } ], "id": "d694481c-df47-4d41-888d-c8353cc7b672", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-d694481c-df47-4d41-888d-c8353cc7b672" } ], "id": "a7fa3376-0dc2-4a92-858b-e4a89803c80c", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-a7fa3376-0dc2-4a92-858b-e4a89803c80c" }, { "name": "auth", "item": [ { "name": "token", "item": [ { "name": "custom", "item": [ { "name": "get Custom Access Token", "id": "185e5d0b-5dfa-472f-8950-89ea5e5d9e04", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"username\": \"\",\n \"persist_option\": \"APPEND\",\n \"password\": \"\",\n \"secret_key\": \"\",\n \"validity_time_in_sec\": 300,\n \"org_identifier\": \"\",\n \"filter_rules\": [\n {\n \"column_name\": \"\",\n \"operator\": \"EQ\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"column_name\": \"\",\n \"operator\": \"GE\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"parameter_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"variable_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"email\": \"\",\n \"display_name\": \"\",\n \"groups\": [\n {\n \"identifier\": \"\"\n },\n {\n \"identifier\": \"\"\n }\n ],\n \"auto_create\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/custom", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "custom" ] }, "description": "\n Version: 10.4.0.cl or later\n\nCreates an authentication token that provides values for the formula variables in the Row Level Security (RLS) rules for a given user. Recommended for use cases that require Attribute-based access control (ABAC) via RLS.\n\n#### Required privileges\n\nTo add a new user and assign privileges during auto-creation, the `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege is required. If [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled, the `CONTROL_TRUSTED_AUTH` (**Can Enable or Disable Trusted Authentication**) privilege and edit access to the data source are required.\n\nTo configure formula variables for all Orgs on your instance or the Primary Org, cluster administration privileges are required. Org administrators can configure formula variables for their respective Orgs. If Role-Based Access Control (RBAC) is enabled, users with the `CAN_MANAGE_VARIABLES` (**Can manage variables**) role privilege can also create and manage variables for their Org context.\n\n#### Usage guidelines\n\nYou can generate a token by providing a `username` and `password`, or by using a `secret_key`. To generate a `secret_key`, the administrator must enable [Trusted authentication](https://developers.thoughtspot.com/docs/trusted-auth-secret-key) in the **Develop** > **Customizations** > **Security Settings** page.\n\n**Note**:\n* When both `password` and `secret_key` are included in the API request, `password` takes precedence.\n* If [Multi-Factor Authentication (MFA)](https://docs.thoughtspot.com/cloud/latest/authentication-local-mfa) is enabled on your instance, the API login request with `username` and `password` returns an error. You can switch to token-based authentication with `secret_key` or contact ThoughtSpot Support for assistance.\n\nThe token obtained from ThoughtSpot is valid for 5 minutes by default. You can configure the token expiration time as required.\n\n#### ABAC via RLS\n\nTo implement ABAC via RLS and assign security entitlements to users during session creation, generate a token with custom variable values. The values set in the authentication token are applied to the formula variables referenced in RLS rules at the table level, which determines the data each user can access based on their entitlements.\n\nThe variable values can be configured to persist for a specific set of Models in user sessions initiated with the token, allowing different RLS rules to be set for different data models. Once defined, the rules are added to the user's `variable_values` object, after which all sessions will use the persisted values.\n\nFor more information, see [ABAC via tokens Documentation](https://developers.thoughtspot.com/docs/abac-via-rls-variables).\n\n##### Formula variables\nBefore defining variable values, ensure the variables are created and available on your instance. To create a formula variable, you can use the **Create variable** (`/api/rest/2.0/template/variables/create`) REST API endpoint, with the variable `type` set as `Formula_Variable` in the API request.\n\nThe API doesn't support `\"persist_option\": \"RESET\"` and `\"persist_option\": \"NONE\"` when `variable_values` are defined in the request. If you are using `variable_values` for token generation, you must use other supported persist options such as `APPEND` or `REPLACE`.\n\nIf you want to use `RESET` or `NONE`, do not pass any `variable_values`. In such cases, `variable_values` will remain unaffected.\n\n#### Supported objects\n\nThe supported object type is `LOGICAL_TABLE`. When using `object_id` with `variable_values`, models are supported.\n\n#### Just-in-time provisioning\n\nFor [just-in-time user creation and provisioning](https://developers.thoughtspot.com/docs/just-in-time-provisioning), specify the following attributes in the API request:\n\n* `auto_create`\n* `username`\n* `display_name`\n* `email`\n* `groups`\n\nSet `auto_create` to `true` if the username does not exist in ThoughtSpot. If the username already exists in ThoughtSpot and `auto_create` is set to `true`, user properties such as display name, email, Org and group entitlements will not be updated with new values. Setting `auto_create` to `true` does not create formula variables. Hence, this setting will not be applicable to `variable_values`.\n\n#### Important point to note\nAll options in the token creation APIs that define user access to data in ThoughtSpot will take effect during token creation, not when the token is used for authentication. For example, `auto_create:true` will create the user when the authentication token is created. Persist options such as `APPEND` and `REPLACE` will persist `variable_values` on the user profile when the token is created.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "955fecb1-19ae-4f9d-8c6a-b31587dfa078", "name": "ABAC token creation was successful.", "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 \"username\": \"\",\n \"persist_option\": \"APPEND\",\n \"password\": \"\",\n \"secret_key\": \"\",\n \"validity_time_in_sec\": 300,\n \"org_identifier\": \"\",\n \"filter_rules\": [\n {\n \"column_name\": \"\",\n \"operator\": \"EQ\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"column_name\": \"\",\n \"operator\": \"GE\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"parameter_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"variable_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"email\": \"\",\n \"display_name\": \"\",\n \"groups\": [\n {\n \"identifier\": \"\"\n },\n {\n \"identifier\": \"\"\n }\n ],\n \"auto_create\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/custom", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "custom" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"token\": \"\",\n \"org\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"user\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"creation_time_in_millis\": \"\",\n \"expiration_time_in_millis\": \"\",\n \"id\": \"\"\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-955fecb1-19ae-4f9d-8c6a-b31587dfa078" }, { "id": "7bd8eafc-31b2-4c28-b829-6b55fd127b74", "name": "Invalid request. This could be due to missing or incorrect parameters.", "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 \"username\": \"\",\n \"persist_option\": \"APPEND\",\n \"password\": \"\",\n \"secret_key\": \"\",\n \"validity_time_in_sec\": 300,\n \"org_identifier\": \"\",\n \"filter_rules\": [\n {\n \"column_name\": \"\",\n \"operator\": \"EQ\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"column_name\": \"\",\n \"operator\": \"GE\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"parameter_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"variable_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"email\": \"\",\n \"display_name\": \"\",\n \"groups\": [\n {\n \"identifier\": \"\"\n },\n {\n \"identifier\": \"\"\n }\n ],\n \"auto_create\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/custom", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "custom" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-7bd8eafc-31b2-4c28-b829-6b55fd127b74" }, { "id": "352842f2-fdf3-4573-b774-3ead246487a9", "name": "Unauthorized access. The request could not be authenticated.", "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 \"username\": \"\",\n \"persist_option\": \"APPEND\",\n \"password\": \"\",\n \"secret_key\": \"\",\n \"validity_time_in_sec\": 300,\n \"org_identifier\": \"\",\n \"filter_rules\": [\n {\n \"column_name\": \"\",\n \"operator\": \"EQ\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"column_name\": \"\",\n \"operator\": \"GE\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"parameter_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"variable_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"email\": \"\",\n \"display_name\": \"\",\n \"groups\": [\n {\n \"identifier\": \"\"\n },\n {\n \"identifier\": \"\"\n }\n ],\n \"auto_create\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/custom", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "custom" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-352842f2-fdf3-4573-b774-3ead246487a9" }, { "id": "78962288-d5e3-4741-af1e-37d814cc6f19", "name": "Forbidden access. The user does not have permission to access this resource.", "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 \"username\": \"\",\n \"persist_option\": \"APPEND\",\n \"password\": \"\",\n \"secret_key\": \"\",\n \"validity_time_in_sec\": 300,\n \"org_identifier\": \"\",\n \"filter_rules\": [\n {\n \"column_name\": \"\",\n \"operator\": \"EQ\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"column_name\": \"\",\n \"operator\": \"GE\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"parameter_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"variable_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"email\": \"\",\n \"display_name\": \"\",\n \"groups\": [\n {\n \"identifier\": \"\"\n },\n {\n \"identifier\": \"\"\n }\n ],\n \"auto_create\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/custom", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "custom" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-78962288-d5e3-4741-af1e-37d814cc6f19" }, { "id": "84631cda-6888-4eeb-a708-2155b9eab6f9", "name": "Conflict. A concurrent update to the same template variable was detected and the request could not be applied. Retry the request after serializing concurrent variable updates.", "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 \"username\": \"\",\n \"persist_option\": \"APPEND\",\n \"password\": \"\",\n \"secret_key\": \"\",\n \"validity_time_in_sec\": 300,\n \"org_identifier\": \"\",\n \"filter_rules\": [\n {\n \"column_name\": \"\",\n \"operator\": \"EQ\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"column_name\": \"\",\n \"operator\": \"GE\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"parameter_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"variable_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"email\": \"\",\n \"display_name\": \"\",\n \"groups\": [\n {\n \"identifier\": \"\"\n },\n {\n \"identifier\": \"\"\n }\n ],\n \"auto_create\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/custom", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "custom" ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-84631cda-6888-4eeb-a708-2155b9eab6f9" }, { "id": "5f452034-e730-4d00-81ca-44af15a1b886", "name": "An unexpected error occurred on the server.", "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 \"username\": \"\",\n \"persist_option\": \"APPEND\",\n \"password\": \"\",\n \"secret_key\": \"\",\n \"validity_time_in_sec\": 300,\n \"org_identifier\": \"\",\n \"filter_rules\": [\n {\n \"column_name\": \"\",\n \"operator\": \"EQ\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"column_name\": \"\",\n \"operator\": \"GE\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"parameter_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"variable_values\": [\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n },\n {\n \"name\": \"\",\n \"values\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"objects\": [\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n },\n {\n \"identifier\": \"\",\n \"type\": \"LOGICAL_TABLE\"\n }\n ],\n \"email\": \"\",\n \"display_name\": \"\",\n \"groups\": [\n {\n \"identifier\": \"\"\n },\n {\n \"identifier\": \"\"\n }\n ],\n \"auto_create\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/auth/token/custom", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "auth", "token", "custom" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-5f452034-e730-4d00-81ca-44af15a1b886" } ], "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-185e5d0b-5dfa-472f-8950-89ea5e5d9e04" } ], "id": "106ff7ee-6342-4e2c-8fa6-a30cbd56eb43", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-106ff7ee-6342-4e2c-8fa6-a30cbd56eb43" } ], "id": "d3dbd52e-d96a-4aea-9a46-edc3e34055e6", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-d3dbd52e-d96a-4aea-9a46-edc3e34055e6" } ], "id": "c50010c2-63e3-4b07-b2a2-e2a61d4c25c0", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-c50010c2-63e3-4b07-b2a2-e2a61d4c25c0" }, { "name": "connections", "item": [ { "name": "{connection_identifier}", "item": [ { "name": "delete", "item": [ { "name": "delete Connection V2", "id": "1ffbd3e7-4af8-4d7b-9aea-5034c424882d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/connections/:connection_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connections", ":connection_identifier", "delete" ], "variable": [ { "id": "f0971791-5026-4199-9b99-d12b1a3ca4f1", "key": "connection_identifier", "value": "", "description": "(Required) Unique ID or name of the connection." } ] }, "description": "\n Version: 10.4.0.cl or later\n\nDeletes a connection object.\n\n**Note**: If a connection has dependent objects, make sure you remove its associations before the delete operation.\n\nRequires `DATAMANAGEMENT` (**Can manage data**) and edit permissions to the connection object, or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `CAN_CREATE_OR_EDIT_CONNECTIONS` (**Can create/edit Connections**) privilege is required.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "d19504f9-640a-4590-9771-b9cb5b968ea2", "name": "Connection successfully deleted.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/api/rest/2.0/connections/:connection_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connections", ":connection_identifier", "delete" ], "variable": [ { "key": "connection_identifier" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-d19504f9-640a-4590-9771-b9cb5b968ea2" }, { "id": "b99cf38b-6c70-4752-8eff-f4542f47f02f", "name": "Invalid request.", "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}}/api/rest/2.0/connections/:connection_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connections", ":connection_identifier", "delete" ], "variable": [ { "key": "connection_identifier" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-b99cf38b-6c70-4752-8eff-f4542f47f02f" }, { "id": "df169968-db93-4053-b740-61c5c6923cbd", "name": "Unauthorized access.", "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}}/api/rest/2.0/connections/:connection_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connections", ":connection_identifier", "delete" ], "variable": [ { "key": "connection_identifier" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-df169968-db93-4053-b740-61c5c6923cbd" }, { "id": "2187ed30-fff5-4445-867f-d24b470054d0", "name": "Forbidden access.", "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}}/api/rest/2.0/connections/:connection_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connections", ":connection_identifier", "delete" ], "variable": [ { "key": "connection_identifier" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-2187ed30-fff5-4445-867f-d24b470054d0" }, { "id": "362ef2ca-9fbd-4eaf-a7cc-462fffe6e280", "name": "Unexpected error", "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}}/api/rest/2.0/connections/:connection_identifier/delete", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connections", ":connection_identifier", "delete" ], "variable": [ { "key": "connection_identifier" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-362ef2ca-9fbd-4eaf-a7cc-462fffe6e280" } ], "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-1ffbd3e7-4af8-4d7b-9aea-5034c424882d" } ], "id": "6cc43ff8-a0a0-4454-9cc3-342169af5360", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-6cc43ff8-a0a0-4454-9cc3-342169af5360" }, { "name": "update", "item": [ { "name": "update Connection V2", "id": "fa29d3af-5c8d-40f8-bc86-93bfeef46d0b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"data_warehouse_config\": {},\n \"validate\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connections/:connection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connections", ":connection_identifier", "update" ], "variable": [ { "id": "ebd43cfd-e7d1-449b-b530-66417979ff7d", "key": "connection_identifier", "value": "", "description": "(Required) Unique ID or name of the connection." } ] }, "description": "\n Version: 10.4.0.cl or later\n\nUpdates a connection object.\n\nRequires `DATAMANAGEMENT` (**Can manage data**) and edit permissions to the connection object, or `ADMINISTRATION` (**Can administer ThoughtSpot**) privilege.\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the `CAN_CREATE_OR_EDIT_CONNECTIONS` (**Can create/edit Connections**) privilege is required.\n\nTo update a connection object, pass these parameters in your API request:\n\n1. GUID of the connection object.\n2. If you are updating tables or database schema of a connection object:\n a. Add the updated JSON map of metadata with database, schema, and tables in `data_warehouse_config`.\n b. Set `validate` to `true`.\n \n **NOTE:** If the `authentication_type` is anything other than SERVICE_ACCOUNT, you must explicitly provide the authenticationType property in the payload. If you do not specify authenticationType, the API will default to SERVICE_ACCOUNT as the authentication type.\n\n * A JSON map of configuration attributes, database details, and table properties in `data_warehouse_config` as shown in the following example:\n * This is an example of updating a single table in a empty connection:\n \n ```\n {\n \"authenticationType\": \"SERVICE_ACCOUNT\",\n \"databases\": [\"DB2\", \"DB3\", \"DEVELOPMENT\"],\n \"externalDatabases\": [\n {\n \"name\": \"DEVELOPMENT\",\n \"isAutoCreated\": false,\n \"schemas\": [\n {\n \"name\": \"TS_dataset\",\n \"tables\": [\n {\n \"name\": \"DEMORENAME\",\n \"type\": \"TABLE\",\n \"description\": \"\",\n \"selected\": true,\n \"linked\": true,\n \"gid\": 0,\n \"datasetId\": \"-1\",\n \"subType\": \"\",\n \"reportId\": \"\",\n \"viewId\": \"\",\n \"columns\": [\n {\n \"name\": \"Col1\",\n \"type\": \"VARCHAR\",\n \"canImport\": true,\n \"selected\": true,\n \"description\": \"\",\n \"isLinkedActive\": true,\n \"isAggregate\": false\n },\n {\n \"name\": \"Col2\",\n \"type\": \"VARCHAR\",\n \"canImport\": true,\n \"selected\": true,\n \"description\": \"\",\n \"isLinkedActive\": true,\n \"isAggregate\": false\n },\n {\n \"name\": \"Col3\",\n \"type\": \"VARCHAR\",\n \"canImport\": true,\n \"selected\": true,\n \"description\": \"\",\n \"isLinkedActive\": true,\n \"isAggregate\": false\n },\n {\n \"name\": \"Col312\",\n \"type\": \"VARCHAR\",\n \"canImport\": true,\n \"selected\": true,\n \"description\": \"\",\n \"isLinkedActive\": true,\n \"isAggregate\": false\n },\n {\n \"name\": \"Col4\",\n \"type\": \"VARCHAR\",\n \"canImport\": true,\n \"selected\": true,\n \"description\": \"\",\n \"isLinkedActive\": true,\n \"isAggregate\": false\n }\n ],\n \"relationships\": []\n }\n ]\n }\n ]\n }\n ],\n \"configuration\": {\n \"password\": \"\",\n \"database\": \"DEVELOPMENT\",\n \"role\": \"DEV\",\n \"accountName\": \"thoughtspot_partner\",\n \"warehouse\": \"DEMO_WH\",\n \"user\": \"DEV_USER\"\n }\n }\n ```\n \n* This is an example of updating a single table in an existing connection with tables:\n \n ```\n {\n \"authenticationType\": \"SERVICE_ACCOUNT\",\n \"databases\": [\"DB2\", \"DB3\", \"DEVELOPMENT\"],\n \"externalDatabases\": [\n {\n \"name\": \"DEVELOPMENT\",\n \"isAutoCreated\": false,\n \"schemas\": [\n {\n \"name\": \"TS_dataset\",\n \"tables\": [\n {\n \"name\": \"CUSTOMER\",\n \"type\": \"TABLE\",\n \"description\": \"\",\n \"selected\": true,\n \"linked\": true,\n \"gid\": 0,\n \"datasetId\": \"-1\",\n \"subType\": \"\",\n \"reportId\": \"\",\n \"viewId\": \"\",\n \"columns\": [],\n \"relationships\": []\n },\n {\n \"name\": \"tpch5k_falcon_default_schema_users\",\n \"type\": \"TABLE\",\n \"description\": \"\",\n \"selected\": true,\n \"linked\": true,\n \"gid\": 0,\n \"datasetId\": \"-1\",\n \"subType\": \"\",\n \"reportId\": \"\",\n \"viewId\": \"\",\n \"columns\": [\n {\n \"name\": \"user_id\",\n \"type\": \"INT64\",\n \"canImport\": true,\n \"selected\": true,\n \"description\": \"\",\n \"isLinkedActive\": true,\n \"isAggregate\": false\n },\n {\n \"name\": \"product_id\",\n \"type\": \"INT64\",\n \"canImport\": true,\n \"selected\": true,\n \"description\": \"\",\n \"isLinkedActive\": true,\n \"isAggregate\": false\n },\n {\n \"name\": \"user_cost\",\n \"type\": \"INT64\",\n \"canImport\": true,\n \"selected\": true,\n \"description\": \"\",\n \"isLinkedActive\": true,\n \"isAggregate\": false\n }\n ],\n \"relationships\": []\n }\n ]\n }\n ]\n }\n ],\n \"configuration\": {\n \"password\": \"\",\n \"database\": \"DEVELOPMENT\",\n \"role\": \"DEV\",\n \"accountName\": \"thoughtspot_partner\",\n \"warehouse\": \"DEMO_WH\",\n \"user\": \"DEV_USER\"\n }\n }\n ```\n\n3. If you are updating a configuration attribute, connection name, or description, you can set `validate` to `false`.\n\n **NOTE:** If the `authentication_type` is anything other than SERVICE_ACCOUNT, you must explicitly provide the authenticationType property in the payload. If you do not specify authenticationType, the API will default to SERVICE_ACCOUNT as the authentication type.\n\n * A JSON map of configuration attributes in `data_warehouse_config`. The following example shows the configuration attributes for a Snowflake connection:\n ```\n {\n \"configuration\":{\n \"accountName\":\"thoughtspot_partner\",\n \"user\":\"tsadmin\",\n \"password\":\"TestConn123\",\n \"role\":\"sysadmin\",\n \"warehouse\":\"MEDIUM_WH\"\n },\n \"databases\":[\"DB1\", \"DB2\"],\n \"externalDatabases\":[\n\n ]\n }\n ```\n\nThe optional `databases` property in `data_warehouse_config` accepts a list of database names. When specified, ThoughtSpot persists this list on the connection and uses it to scope metadata fetching to only the specified databases in subsequent table add and remove operations. If omitted, all databases in the data warehouse are accessible for metadata operations.\n\nThe `databases` and `externalDatabases` serve different purposes. `databases` is a flat list of database names that controls which databases are scanned during metadata operations. `externalDatabases` defines the full table hierarchy and determines which tables are linked into ThoughtSpot.\n\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "8c7c5b32-9c20-4375-8c00-d212420e32f8", "name": "Connection successfully updated.", "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 \"name\": \"\",\n \"description\": \"\",\n \"data_warehouse_config\": {},\n \"validate\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connections/:connection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connections", ":connection_identifier", "update" ], "variable": [ { "key": "connection_identifier" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-8c7c5b32-9c20-4375-8c00-d212420e32f8" }, { "id": "5fc45bd6-31fe-46f6-8756-50c3d026926d", "name": "Invalid request.", "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 \"name\": \"\",\n \"description\": \"\",\n \"data_warehouse_config\": {},\n \"validate\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connections/:connection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connections", ":connection_identifier", "update" ], "variable": [ { "key": "connection_identifier" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-5fc45bd6-31fe-46f6-8756-50c3d026926d" }, { "id": "59eb4e7c-2310-4c1d-9c56-d1730e526def", "name": "Unauthorized access.", "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 \"name\": \"\",\n \"description\": \"\",\n \"data_warehouse_config\": {},\n \"validate\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connections/:connection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connections", ":connection_identifier", "update" ], "variable": [ { "key": "connection_identifier" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-59eb4e7c-2310-4c1d-9c56-d1730e526def" }, { "id": "15cdf049-ffbd-4e98-832a-9e241559ff8f", "name": "Forbidden access.", "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 \"name\": \"\",\n \"description\": \"\",\n \"data_warehouse_config\": {},\n \"validate\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connections/:connection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connections", ":connection_identifier", "update" ], "variable": [ { "key": "connection_identifier" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-15cdf049-ffbd-4e98-832a-9e241559ff8f" }, { "id": "c014acef-f885-4996-9fbc-366a478ca2f5", "name": "Unexpected error", "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 \"name\": \"\",\n \"description\": \"\",\n \"data_warehouse_config\": {},\n \"validate\": true\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/connections/:connection_identifier/update", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "connections", ":connection_identifier", "update" ], "variable": [ { "key": "connection_identifier" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-c014acef-f885-4996-9fbc-366a478ca2f5" } ], "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-fa29d3af-5c8d-40f8-bc86-93bfeef46d0b" } ], "id": "0b567db0-d5e0-4166-b402-ea08020ed392", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-0b567db0-d5e0-4166-b402-ea08020ed392" } ], "id": "ede3b54e-7865-4759-83da-168c54f1ff7f", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-ede3b54e-7865-4759-83da-168c54f1ff7f" } ], "id": "327d8260-5a44-4135-b825-ce997a21f725", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-327d8260-5a44-4135-b825-ce997a21f725" }, { "name": "metadata", "item": [ { "name": "tml", "item": [ { "name": "async", "item": [ { "name": "status", "item": [ { "name": "fetch Async Import Task Status", "id": "606d7f6c-21d8-4a8a-8901-6fa149be8190", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"task_ids\": [\n \"\",\n \"\"\n ],\n \"task_status\": [\n \"FAILED\",\n \"COMPLETED\"\n ],\n \"author_identifier\": \"\",\n \"record_offset\": 0,\n \"record_size\": 5,\n \"include_import_response\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/async/status", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "async", "status" ] }, "description": "\n Version: 10.4.0.cl or later\n\nGets information about the status of the TML async import task scheduled using the `/api/rest/2.0/metadata/tml/async/import` API call.\n\nTo fetch the task details, specify the ID of the TML async import task. \n\nRequires access to the task ID. The API allows users who initiated the asynchronous TML import via `/api/rest/2.0/metadata/tml/async/import` to view the status of their tasks. Users with administration privilege can view the status of all import tasks initiated by the users in their Org.\n\n#### Usage guidelines\n\nSee [TML API Documentation](https://developers.thoughtspot.com/docs/tml#_fetch_status_of_the_tml_import_task) for usage guidelines.\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "aa752b0c-91ee-4a2a-ba71-71090535dd5e", "name": "Async TML Import Task statuses fetched successfully.", "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 \"task_ids\": [\n \"\",\n \"\"\n ],\n \"task_status\": [\n \"FAILED\",\n \"COMPLETED\"\n ],\n \"author_identifier\": \"\",\n \"record_offset\": 0,\n \"record_size\": 5,\n \"include_import_response\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/async/status", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "async", "status" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status_list\": [\n {\n \"tenant_id\": \"\",\n \"org_id\": \"\",\n \"task_id\": \"\",\n \"task_name\": \"\",\n \"import_response\": {},\n \"task_status\": \"IN_QUEUE\",\n \"author_id\": \"\",\n \"import_policy\": \"ALL_OR_NONE\",\n \"created_at\": \"\",\n \"in_progress_at\": \"\",\n \"completed_at\": \"\",\n \"total_object_count\": \"\",\n \"object_processed_count\": \"\",\n \"modified_at\": \"\",\n \"author_display_name\": \"\"\n },\n {\n \"tenant_id\": \"\",\n \"org_id\": \"\",\n \"task_id\": \"\",\n \"task_name\": \"\",\n \"import_response\": {},\n \"task_status\": \"IN_PROGRESS\",\n \"author_id\": \"\",\n \"import_policy\": \"ALL_OR_NONE\",\n \"created_at\": \"\",\n \"in_progress_at\": \"\",\n \"completed_at\": \"\",\n \"total_object_count\": \"\",\n \"object_processed_count\": \"\",\n \"modified_at\": \"\",\n \"author_display_name\": \"\"\n }\n ],\n \"last_batch\": \"\"\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-aa752b0c-91ee-4a2a-ba71-71090535dd5e" }, { "id": "cbb4fabe-2e8d-449f-934d-07a2f503a30c", "name": "Invalid request.", "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 \"task_ids\": [\n \"\",\n \"\"\n ],\n \"task_status\": [\n \"FAILED\",\n \"COMPLETED\"\n ],\n \"author_identifier\": \"\",\n \"record_offset\": 0,\n \"record_size\": 5,\n \"include_import_response\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/async/status", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "async", "status" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-cbb4fabe-2e8d-449f-934d-07a2f503a30c" }, { "id": "1c0729cf-4b4f-4742-bec4-c21fc714327a", "name": "Unauthorized access.", "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 \"task_ids\": [\n \"\",\n \"\"\n ],\n \"task_status\": [\n \"FAILED\",\n \"COMPLETED\"\n ],\n \"author_identifier\": \"\",\n \"record_offset\": 0,\n \"record_size\": 5,\n \"include_import_response\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/async/status", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "async", "status" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-1c0729cf-4b4f-4742-bec4-c21fc714327a" }, { "id": "1450ac01-b8d1-4bbc-8451-348ba5fe51a7", "name": "Forbidden access.", "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 \"task_ids\": [\n \"\",\n \"\"\n ],\n \"task_status\": [\n \"FAILED\",\n \"COMPLETED\"\n ],\n \"author_identifier\": \"\",\n \"record_offset\": 0,\n \"record_size\": 5,\n \"include_import_response\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/async/status", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "async", "status" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-1450ac01-b8d1-4bbc-8451-348ba5fe51a7" }, { "id": "654db15b-6b8d-4ec0-8c34-05c984d0c4ea", "name": "Unexpected error", "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 \"task_ids\": [\n \"\",\n \"\"\n ],\n \"task_status\": [\n \"FAILED\",\n \"COMPLETED\"\n ],\n \"author_identifier\": \"\",\n \"record_offset\": 0,\n \"record_size\": 5,\n \"include_import_response\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/async/status", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "async", "status" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-654db15b-6b8d-4ec0-8c34-05c984d0c4ea" } ], "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-606d7f6c-21d8-4a8a-8901-6fa149be8190" } ], "id": "bc2c7e46-e1f1-4f27-b95d-7dc6cb512ad9", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-bc2c7e46-e1f1-4f27-b95d-7dc6cb512ad9" }, { "name": "import", "item": [ { "name": "import Metadata TML Async", "id": "269f1c37-2369-44b8-9b36-830822f23623", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"metadata_tmls\": [\n \"\",\n \"\"\n ],\n \"create_new\": false,\n \"all_orgs_override\": false,\n \"import_policy\": \"PARTIAL_OBJECT\",\n \"skip_diff_check\": false,\n \"enable_large_metadata_validation\": false,\n \"enable_personalized_view_upsert\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/async/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "async", "import" ] }, "description": "\n Version: 10.4.0.cl or later\n\nSchedules a task to import [TML](https://docs.thoughtspot.com/cloud/latest/tml) files into ThoughtSpot. You can use this API endpoint to process TML objects asynchronously when importing TMLs of large and complex metadata objects into ThoughtSpot. Unlike the synchronous import TML operation, the API processes TML data in the background and returns a task ID, which can be used to check the status of the import task via `/api/rest/2.0/metadata/tml/async/status` API endpoint.\n\nRequires `DATAMANAGEMENT` (**Can manage data**) or `ADMINISTRATION` (**Can administer ThoughtsSpot**) privilege, and edit access to the TML objects.\n\nIf [Role-Based Access Control (RBAC)](https://developers.thoughtspot.com/docs/rbac) is enabled on your instance, the following Data control privileges may be required:\n- `CAN_CREATE_OR_EDIT_CONNECTIONS` (**Can create/edit Connections**)\n- `CAN_MANAGE_WORKSHEET_VIEWS_TABLES` (**Can manage data models**)\n\n#### Usage guidelines\n\nSee [Async TML API Documentation](https://developers.thoughtspot.com/docs/tml#_import_tml_objects_asynchronously) for usage guidelines.\n\n\n\n\n#### Endpoint URL\n" }, "response": [ { "id": "8c2be2f1-cefe-4f0d-aa1f-20bea6653d4a", "name": "Async TML Import Task submitted successfully.", "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 \"metadata_tmls\": [\n \"\",\n \"\"\n ],\n \"create_new\": false,\n \"all_orgs_override\": false,\n \"import_policy\": \"PARTIAL_OBJECT\",\n \"skip_diff_check\": false,\n \"enable_large_metadata_validation\": false,\n \"enable_personalized_view_upsert\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/async/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "async", "import" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"tenant_id\": \"\",\n \"org_id\": \"\",\n \"task_id\": \"\",\n \"task_name\": \"\",\n \"import_response\": {},\n \"task_status\": \"FAILED\",\n \"author_id\": \"\",\n \"import_policy\": \"ALL_OR_NONE\",\n \"created_at\": \"\",\n \"in_progress_at\": \"\",\n \"completed_at\": \"\",\n \"total_object_count\": \"\",\n \"object_processed_count\": \"\",\n \"modified_at\": \"\",\n \"author_display_name\": \"\"\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-8c2be2f1-cefe-4f0d-aa1f-20bea6653d4a" }, { "id": "afba550b-3fa4-4310-b00c-9f35464887dc", "name": "Invalid request.", "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 \"metadata_tmls\": [\n \"\",\n \"\"\n ],\n \"create_new\": false,\n \"all_orgs_override\": false,\n \"import_policy\": \"PARTIAL_OBJECT\",\n \"skip_diff_check\": false,\n \"enable_large_metadata_validation\": false,\n \"enable_personalized_view_upsert\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/async/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "async", "import" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-afba550b-3fa4-4310-b00c-9f35464887dc" }, { "id": "d807c230-aeba-4ac6-b2c1-6f042859a047", "name": "Unauthorized access.", "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 \"metadata_tmls\": [\n \"\",\n \"\"\n ],\n \"create_new\": false,\n \"all_orgs_override\": false,\n \"import_policy\": \"PARTIAL_OBJECT\",\n \"skip_diff_check\": false,\n \"enable_large_metadata_validation\": false,\n \"enable_personalized_view_upsert\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/async/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "async", "import" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-d807c230-aeba-4ac6-b2c1-6f042859a047" }, { "id": "69aa89d4-a59f-4256-9bac-60e634a13e07", "name": "Forbidden access.", "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 \"metadata_tmls\": [\n \"\",\n \"\"\n ],\n \"create_new\": false,\n \"all_orgs_override\": false,\n \"import_policy\": \"PARTIAL_OBJECT\",\n \"skip_diff_check\": false,\n \"enable_large_metadata_validation\": false,\n \"enable_personalized_view_upsert\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/async/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "async", "import" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-69aa89d4-a59f-4256-9bac-60e634a13e07" }, { "id": "6c921983-c2b1-44e3-a69b-29fcd002145b", "name": "Unexpected error", "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 \"metadata_tmls\": [\n \"\",\n \"\"\n ],\n \"create_new\": false,\n \"all_orgs_override\": false,\n \"import_policy\": \"PARTIAL_OBJECT\",\n \"skip_diff_check\": false,\n \"enable_large_metadata_validation\": false,\n \"enable_personalized_view_upsert\": false\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/rest/2.0/metadata/tml/async/import", "host": [ "{{baseUrl}}" ], "path": [ "api", "rest", "2.0", "metadata", "tml", "async", "import" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {}\n}", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-6c921983-c2b1-44e3-a69b-29fcd002145b" } ], "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-269f1c37-2369-44b8-9b36-830822f23623" } ], "id": "39232185-b5ab-4dfe-9c83-9e2aa6d95410", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-39232185-b5ab-4dfe-9c83-9e2aa6d95410" } ], "id": "b4b60a9d-8514-4004-9435-4cb994ae0bd4", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-b4b60a9d-8514-4004-9435-4cb994ae0bd4" } ], "id": "2e5e6f1d-ba88-4794-84a6-a010cccd6591", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-2e5e6f1d-ba88-4794-84a6-a010cccd6591" } ], "id": "9a7154b2-7041-44b4-9652-d03418e62055", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-9a7154b2-7041-44b4-9652-d03418e62055" } ], "id": "58614af1-b1a8-4140-a132-95d9206b83a7", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-58614af1-b1a8-4140-a132-95d9206b83a7" } ], "id": "f480cad7-2110-4cc8-8d75-a2a181847a88", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-f480cad7-2110-4cc8-8d75-a2a181847a88" } ], "id": "6c14ac91-afe9-4f6e-8ad7-50764aab11b7", "createdAt": "2026-07-28T03:13:46.000Z", "updatedAt": "2026-07-28T03:13:46.000Z", "uid": "35240-6c14ac91-afe9-4f6e-8ad7-50764aab11b7" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "base-url", "value": "https://localhost:443" }, { "key": "baseUrl", "value": "{{base-url}}" } ] }