{ "info": { "_postman_id": "135d4d98-5218-4e28-9310-45c3a4b68901", "name": "OpenAPI Specification Agents - Conversation Beta: Semantics for 3P AI Agents API", "description": "AI API to chat with Celonis Agents and run their tools.", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "lastUpdatedBy": "35240", "uid": "35240-135d4d98-5218-4e28-9310-45c3a4b68901" }, "item": [ { "name": "intelligence", "item": [ { "name": "api", "item": [ { "name": "knowledge-models", "item": [ { "name": "{km_id}", "item": [ { "name": "records", "item": [ { "name": "{record_id}", "item": [ { "name": "query", "item": [ { "name": "Get a list of KM Record data", "id": "e54ad76b-9ece-4e3a-8521-5504691456ef", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "id": "d7fd24f3-6f70-4e69-9441-98cd63c96fb3", "key": "km_id", "value": "", "description": "(Required) " }, { "id": "f0771341-181e-467c-bb98-4c712dc863a5", "key": "record_id", "value": "", "description": "(Required) " } ] }, "description": "Query Data for a Record in the Knowledge Model." }, "response": [ { "id": "e54b9533-ac29-410e-a7ac-302666459f7d", "name": "List of Record data.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": [\n {\n \"example\": [\n {\n \"material_name\": \"PC Installation / Configuration\",\n \"material_number\": \"I-1000\",\n \"material_group\": \"Services\"\n }\n ]\n },\n {\n \"example\": [\n {\n \"material_name\": \"PC Installation / Configuration\",\n \"material_number\": \"I-1000\",\n \"material_group\": \"Services\"\n }\n ]\n }\n ],\n \"page\": \"\",\n \"pageSize\": \"\",\n \"total\": \"\",\n \"sort\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-e54b9533-ac29-410e-a7ac-302666459f7d" }, { "id": "29601ac6-2ea4-4b2a-b8f0-807d11db7216", "name": "Bad Request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-29601ac6-2ea4-4b2a-b8f0-807d11db7216" }, { "id": "c396b5f7-5092-4278-8b97-b8b57d6f2f00", "name": "Unauthorized access.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-c396b5f7-5092-4278-8b97-b8b57d6f2f00" }, { "id": "dae8ca31-fe9e-41f0-a3e6-07027e5ed16b", "name": "Forbidden.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-dae8ca31-fe9e-41f0-a3e6-07027e5ed16b" }, { "id": "51b5c115-1bde-4cf2-bf46-6265542b7805", "name": "The specified resource was not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-51b5c115-1bde-4cf2-bf46-6265542b7805" }, { "id": "78cd4260-d063-458a-bc78-d3ccf7f4b889", "name": "Too Many Requests.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "Request limit per hour.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "The number of requests left for the time window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "The UTC date/time at which the current rate limit window resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-78cd4260-d063-458a-bc78-d3ccf7f4b889" }, { "id": "41ea37cd-0f41-4bff-bd37-3a6fd8d8524e", "name": "Internal Server Error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-41ea37cd-0f41-4bff-bd37-3a6fd8d8524e" }, { "id": "b85de090-db43-4dfd-8bd8-7dd9353504c7", "name": "Service Unavailable.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (record-level GET).\n\nThe `sortParamRecord` query parameter must be a comma-separated list of record fields.\nAny value used in `sortParamRecord` **must also be included** in the `fields` parameter.\nIf a value appears in `sortParamRecord` but is **not** included in `fields`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamRecord=+field1` (sorting in ascending order by a record field)\n- `sortParamRecord=-field2,field1` (sorting in descending order by a record field and in ascending order by another record field)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-b85de090-db43-4dfd-8bd8-7dd9353504c7" } ], "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-e54ad76b-9ece-4e3a-8521-5504691456ef" } ], "id": "a2e2798d-7dbb-4528-a7cd-0f24ff80b4c6", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-a2e2798d-7dbb-4528-a7cd-0f24ff80b4c6" }, { "name": "summary", "item": [ { "name": "Get KM record statistics - Only for Attributes", "id": "0f03d23f-2f30-4d01-a89a-72037a4f2b36", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/summary?filters=,&fields=,&excludeFields=,&sampleSize=10", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "summary" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "excludeFields", "value": "," }, { "key": "sampleSize", "value": "10" } ], "variable": [ { "id": "7d66ff99-3ce7-4b35-8ac9-1fa4be9b63eb", "key": "km_id", "value": "", "description": "(Required) " }, { "id": "e4da5b51-98d4-4e30-bc1f-e34433fc7659", "key": "record_id", "value": "", "description": "(Required) " } ] }, "description": "Knowledge Model record content statistics, only calculed for attributes. KPI and Flags will return empty results" }, "response": [ { "id": "a2175a64-585a-4464-a016-81d31920e21f", "name": "List of Record data", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/summary?filters=,&fields=,&excludeFields=,&sampleSize=10", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "summary" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "excludeFields", "value": "," }, { "key": "sampleSize", "value": "10" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": {\n \"headers\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"integer\",\n \"format\": \"\",\n \"unit\": \"\",\n \"aggregation\": false,\n \"filterable\": false,\n \"sortable\": false\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"type\": \"time\",\n \"format\": \"\",\n \"unit\": \"\",\n \"aggregation\": false,\n \"filterable\": false,\n \"sortable\": false\n }\n ],\n \"data\": [\n {\n \"mollitd2d\": {}\n },\n {\n \"labore_0\": {},\n \"minim77\": {},\n \"mollit_c1\": {}\n }\n ]\n },\n \"shape\": [\n \"\",\n \"\"\n ],\n \"summary\": {\n \"count\": \"\",\n \"unique\": \"\",\n \"top\": \"\",\n \"freq\": \"\",\n \"mean\": \"\",\n \"std\": \"\",\n \"min\": \"\",\n \"max\": \"\",\n \"25_percentile\": \"\",\n \"50_percentile\": \"\",\n \"75_percentile\": \"\"\n }\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-a2175a64-585a-4464-a016-81d31920e21f" }, { "id": "d32fe47e-4e2e-4432-a625-7ac97be4eb6b", "name": "Bad Request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/summary?filters=,&fields=,&excludeFields=,&sampleSize=10", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "summary" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "excludeFields", "value": "," }, { "key": "sampleSize", "value": "10" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-d32fe47e-4e2e-4432-a625-7ac97be4eb6b" }, { "id": "d0af9cb0-a336-4eea-a745-53dbd0ffe0d8", "name": "Unauthorized access.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/summary?filters=,&fields=,&excludeFields=,&sampleSize=10", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "summary" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "excludeFields", "value": "," }, { "key": "sampleSize", "value": "10" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-d0af9cb0-a336-4eea-a745-53dbd0ffe0d8" }, { "id": "63082c46-74f5-47e8-86e0-b4e9c2e3f3ba", "name": "Forbidden.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/summary?filters=,&fields=,&excludeFields=,&sampleSize=10", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "summary" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "excludeFields", "value": "," }, { "key": "sampleSize", "value": "10" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-63082c46-74f5-47e8-86e0-b4e9c2e3f3ba" }, { "id": "77542c20-b350-4bc6-a9a3-361f6f5a9959", "name": "The specified resource was not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/summary?filters=,&fields=,&excludeFields=,&sampleSize=10", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "summary" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "excludeFields", "value": "," }, { "key": "sampleSize", "value": "10" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-77542c20-b350-4bc6-a9a3-361f6f5a9959" }, { "id": "e0165a48-a3f8-44b6-8837-a7dc11507526", "name": "Too Many Requests.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/summary?filters=,&fields=,&excludeFields=,&sampleSize=10", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "summary" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "excludeFields", "value": "," }, { "key": "sampleSize", "value": "10" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "Request limit per hour.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "The number of requests left for the time window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "The UTC date/time at which the current rate limit window resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-e0165a48-a3f8-44b6-8837-a7dc11507526" }, { "id": "80b883ff-82ea-47f4-9fb8-2b0c4310569a", "name": "Internal Server Error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/summary?filters=,&fields=,&excludeFields=,&sampleSize=10", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "summary" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "excludeFields", "value": "," }, { "key": "sampleSize", "value": "10" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-80b883ff-82ea-47f4-9fb8-2b0c4310569a" }, { "id": "b8065b2a-4324-4a53-9967-b18c36805ce4", "name": "Service Unavailable.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/records/:record_id/summary?filters=,&fields=,&excludeFields=,&sampleSize=10", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "records", ":record_id", "summary" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "excludeFields", "value": "," }, { "key": "sampleSize", "value": "10" } ], "variable": [ { "key": "km_id" }, { "key": "record_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-b8065b2a-4324-4a53-9967-b18c36805ce4" } ], "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-0f03d23f-2f30-4d01-a89a-72037a4f2b36" } ], "id": "30fd3439-385b-408f-9f63-d2f0dbe55c6b", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-30fd3439-385b-408f-9f63-d2f0dbe55c6b" } ], "id": "757d6ef9-7a26-451f-8d91-5cc38e7ea65e", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-757d6ef9-7a26-451f-8d91-5cc38e7ea65e" } ], "id": "eba36a4f-f294-4f2d-b454-8a9bf98a4469", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-eba36a4f-f294-4f2d-b454-8a9bf98a4469" }, { "name": "query", "item": [ { "name": "Get a list of KM data from different records", "id": "19528401-a156-4690-a54c-894b6739765f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "id": "1a0b62f6-f783-4526-9e3f-2a542e901b83", "key": "km_id", "value": "", "description": "(Required) " } ] }, "description": "Query Data for a Knowledge Model that is combining different Records" }, "response": [ { "id": "ec81449e-f33b-47e0-a38a-221656476984", "name": "List of Record data", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"content\": [\n {\n \"example\": [\n {\n \"material_name\": \"PC Installation / Configuration\",\n \"material_number\": \"I-1000\",\n \"material_group\": \"Services\"\n }\n ]\n },\n {\n \"example\": [\n {\n \"material_name\": \"PC Installation / Configuration\",\n \"material_number\": \"I-1000\",\n \"material_group\": \"Services\"\n }\n ]\n }\n ],\n \"page\": \"\",\n \"pageSize\": \"\",\n \"total\": \"\",\n \"sort\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-ec81449e-f33b-47e0-a38a-221656476984" }, { "id": "6be0493f-33e5-403a-9b31-fdcd7ba0bbbb", "name": "Bad Request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-6be0493f-33e5-403a-9b31-fdcd7ba0bbbb" }, { "id": "69357d89-5d8c-4d79-b73b-00e22c092e68", "name": "Unauthorized access.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-69357d89-5d8c-4d79-b73b-00e22c092e68" }, { "id": "bfbc7f26-8a8c-4ba3-ba3c-2d9ce65e0fa2", "name": "Forbidden.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-bfbc7f26-8a8c-4ba3-ba3c-2d9ce65e0fa2" }, { "id": "3346d3f6-39b6-44c3-87d3-88c7e7110f03", "name": "The specified resource was not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-3346d3f6-39b6-44c3-87d3-88c7e7110f03" }, { "id": "f201e005-a022-4b52-8c81-1818884db092", "name": "Too Many Requests.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "Request limit per hour.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "The number of requests left for the time window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "The UTC date/time at which the current rate limit window resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-f201e005-a022-4b52-8c81-1818884db092" }, { "id": "c2b7f4f6-3b54-4c97-9c86-b9d5a90f7451", "name": "Internal Server Error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-c2b7f4f6-3b54-4c97-9c86-b9d5a90f7451" }, { "id": "1fce518d-b990-4d78-8207-17cb9eacd2a4", "name": "Service Unavailable.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/query?filters=,&fields=,&page=0&pageSize=50&sort=,&filterExpr=&options=,&kpis=,&searchTerm=&searchPrecision=&searchField=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "query" ], "query": [ { "key": "filters", "value": "," }, { "key": "fields", "value": "," }, { "key": "page", "value": "0" }, { "key": "pageSize", "value": "50" }, { "description": "Defines the order in which results are returned (Knowledge Model\u2013level GET).\n\nThe `sortParamKm` query parameter must be a comma-separated list of record fields and/or KPIs.\nAny value used in `sortParamKm` **must also be included** in the `fields` or `kpis` parameters.\nIf a value appears in `sortParamKm` but is **not** included in `fields` or `kpis`, the API cannot evaluate it and sorting will not be applied correctly.\n\nIf a non-existing field is provided, the request will return an error.\n\nSort direction is specified using optional prefixes:\n- `+` for ascending order (ASC)\n- `-` for descending order (DESC)\n- No prefix defaults to ascending order (ASC)\n\n**Examples**\n- `sortParamKm=+record1_id.field1` (sorting in ascending order by a record field)\n- `sortParamKm=-record1_id.field2,kpi1` (sorting in descending order by a record field and in ascending order by a KPI)\n- `sortParamKm=record1_id.field1,-kpi2` (sorting in ascending order by a record field and in descending order by a KPI)\n- `sortParamKm=-kpi1` (sorting in descending order by a KPI)", "key": "sort", "value": "," }, { "key": "filterExpr", "value": "" }, { "description": "Set different **options to customize the data results** for a query. Supported options \n* **Distinct**: Enable the unique data results for a query\n", "key": "options", "value": "," }, { "key": "kpis", "value": "," }, { "key": "searchTerm", "value": "" }, { "key": "searchPrecision", "value": "" }, { "key": "searchField", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-1fce518d-b990-4d78-8207-17cb9eacd2a4" } ], "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-19528401-a156-4690-a54c-894b6739765f" } ], "id": "5278b14b-4b66-45c9-b429-e10f711a3155", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-5278b14b-4b66-45c9-b429-e10f711a3155" }, { "name": "spec", "item": [ { "name": "Generate an OpenAPI spec from a Knowledge Model", "id": "d2b075d2-1f12-428a-80b4-d07a01186f80", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/spec?curated=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "spec" ], "query": [ { "key": "curated", "value": "" } ], "variable": [ { "id": "6b5aef89-b7f7-496a-a081-2cd1f9a2a0f6", "key": "km_id", "value": "", "description": "(Required) " } ] }, "description": "OpenaAPI spec of Knowledge Model" }, "response": [ { "id": "d3432ba3-c553-4d8f-9df1-ff8c4a6935fe", "name": "OpenAPI Spec", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/spec?curated=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "spec" ], "query": [ { "key": "curated", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"openapi\": \"3.0.9\",\n \"info\": {\n \"title\": \"\",\n \"version\": \"\",\n \"description\": \"\",\n \"termsOfService\": \"\",\n \"contact\": {\n \"name\": \"\",\n \"url\": \"\"\n },\n \"x-audience\": \"\"\n },\n \"servers\": [\n {\n \"url\": \"\"\n },\n {\n \"url\": \"\"\n }\n ],\n \"security\": [\n {\n \"amet_36\": [\n \"\",\n \"\"\n ],\n \"Duis_9\": [\n \"\",\n \"\"\n ]\n },\n {\n \"officia8ad\": [\n \"\",\n \"\"\n ]\n }\n ],\n \"paths\": {},\n \"components\": {\n \"schemas\": {}\n }\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-d3432ba3-c553-4d8f-9df1-ff8c4a6935fe" }, { "id": "c17c5249-7c46-4c8e-8e8d-a821521bb5e1", "name": "Bad Request.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/spec?curated=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "spec" ], "query": [ { "key": "curated", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-c17c5249-7c46-4c8e-8e8d-a821521bb5e1" }, { "id": "840f3cd4-4c18-4b9b-8afd-255018a9994f", "name": "Unauthorized access.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/spec?curated=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "spec" ], "query": [ { "key": "curated", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-840f3cd4-4c18-4b9b-8afd-255018a9994f" }, { "id": "f8ac589a-b399-4c1c-a388-1c1ede6976b8", "name": "Forbidden.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/spec?curated=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "spec" ], "query": [ { "key": "curated", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-f8ac589a-b399-4c1c-a388-1c1ede6976b8" }, { "id": "bc050dce-0588-4557-843e-2e2e4dd0d6bb", "name": "The specified resource was not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/spec?curated=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "spec" ], "query": [ { "key": "curated", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-bc050dce-0588-4557-843e-2e2e4dd0d6bb" }, { "id": "4d3980a5-4dba-4a0d-8e75-9d70e3ac895c", "name": "Too Many Requests.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/spec?curated=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "spec" ], "query": [ { "key": "curated", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" }, { "disabled": false, "description": { "content": "Request limit per hour.", "type": "text/plain" }, "key": "X-RateLimit-Limit", "value": "" }, { "disabled": false, "description": { "content": "The number of requests left for the time window.", "type": "text/plain" }, "key": "X-RateLimit-Remaining", "value": "" }, { "disabled": false, "description": { "content": "The UTC date/time at which the current rate limit window resets.", "type": "text/plain" }, "key": "X-RateLimit-Reset", "value": "" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-4d3980a5-4dba-4a0d-8e75-9d70e3ac895c" }, { "id": "e497eeed-68fe-4800-bf77-80cacb8a0278", "name": "Internal Server Error.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/spec?curated=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "spec" ], "query": [ { "key": "curated", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-e497eeed-68fe-4800-bf77-80cacb8a0278" }, { "id": "10aae270-f679-4b91-b840-1632b66d20f8", "name": "Service Unavailable.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/problem+json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/intelligence/api/knowledge-models/:km_id/spec?curated=", "host": [ "{{baseUrl}}" ], "path": [ "intelligence", "api", "knowledge-models", ":km_id", "spec" ], "query": [ { "key": "curated", "value": "" } ], "variable": [ { "key": "km_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/problem+json" } ], "cookie": [], "responseTime": null, "body": "{\n \"title\": \"\",\n \"status\": \"\",\n \"detail\": \"\",\n \"errorCode\": \"\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-10aae270-f679-4b91-b840-1632b66d20f8" } ], "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-d2b075d2-1f12-428a-80b4-d07a01186f80" } ], "id": "16f1cfbd-c4f6-4092-8ce1-291f2c3e10d5", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-16f1cfbd-c4f6-4092-8ce1-291f2c3e10d5" } ], "id": "1e2276a1-939a-48f1-bdb8-b65d6fe1f0b2", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-1e2276a1-939a-48f1-bdb8-b65d6fe1f0b2" } ], "id": "2b70bd1d-f3b3-4daa-9a70-27366015d1d1", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-2b70bd1d-f3b3-4daa-9a70-27366015d1d1" } ], "id": "1868d3b9-ba96-4565-a7cf-b29166357ff1", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-1868d3b9-ba96-4565-a7cf-b29166357ff1" } ], "id": "fb5fe3ff-d35e-4441-9714-df33da036d6a", "createdAt": "2026-07-28T01:17:56.000Z", "updatedAt": "2026-07-28T01:17:56.000Z", "uid": "35240-fb5fe3ff-d35e-4441-9714-df33da036d6a" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://30f873b4-88d4-49ba-b327-6f651d7b99e6.remockly.com" } ] }