{ "info": { "_postman_id": "9a0782e7-974f-4f81-8a90-b6e4666f4e57", "name": "Amigo Account Dynamic Behavior Set API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:00:46.000Z", "updatedAt": "2026-07-28T01:00:46.000Z", "lastUpdatedBy": "35240", "uid": "35240-9a0782e7-974f-4f81-8a90-b6e4666f4e57" }, "item": [ { "name": "v1", "item": [ { "name": "{organization}", "item": [ { "name": "dynamic_behavior_set", "item": [ { "name": "{dynamic_behavior_set_id}", "item": [ { "name": "version", "item": [ { "name": "Create a new version of a dynamic behavior set.", "id": "d33b4222-2358-42a0-893d-95b648b86352", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The version number of the new version. If specified, this endpoint throws an error if the next version in the database doesn't equal to the value of this parameter.", "key": "version", "value": "" } ], "variable": [ { "id": "4f196bd3-4cd2-4d64-ae54-5a1c3fe6c4a2", "key": "organization", "value": "", "description": "(Required) " }, { "id": "cf04ffeb-e398-4bfc-b0e8-a86ac14d942a", "key": "dynamic_behavior_set_id", "value": "b363cfb09718e692661f684a", "description": "(Required) The ID of the dynamic behavior set to delete." } ] }, "description": "Create a new version of the given dynamic behavior set.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `DynamicBehaviorInstruction:UpdateDynamicBehaviorInstruction` on the dynamic behavior set to create a new version for." }, "response": [ { "id": "d0d1132b-7dde-4aaa-887a-14f54de15ff8", "name": "Succeeded.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The version number of the new version. If specified, this endpoint throws an error if the next version in the database doesn't equal to the value of this parameter.", "key": "version", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"new_version_number\": \"\"\n}", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-d0d1132b-7dde-4aaa-887a-14f54de15ff8" }, { "id": "ac8f916f-9199-4e04-ab68-ef668a7e719a", "name": "The specified version number is not the expected next version to be created.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The version number of the new version. If specified, this endpoint throws an error if the next version in the database doesn't equal to the value of this parameter.", "key": "version", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-ac8f916f-9199-4e04-ab68-ef668a7e719a" }, { "id": "bbf7d444-b680-44c7-9671-e4cc08e1949c", "name": "Invalid authorization credentials.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The version number of the new version. If specified, this endpoint throws an error if the next version in the database doesn't equal to the value of this parameter.", "key": "version", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-bbf7d444-b680-44c7-9671-e4cc08e1949c" }, { "id": "dd1c6d56-e9a6-4da5-833f-93274ba9973f", "name": "Missing required permissions.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The version number of the new version. If specified, this endpoint throws an error if the next version in the database doesn't equal to the value of this parameter.", "key": "version", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-dd1c6d56-e9a6-4da5-833f-93274ba9973f" }, { "id": "6bca13fa-7620-4ee5-8af0-791c6f6da272", "name": "The specified organization, dynamic behavior set, or tool does not exist.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The version number of the new version. If specified, this endpoint throws an error if the next version in the database doesn't equal to the value of this parameter.", "key": "version", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-6bca13fa-7620-4ee5-8af0-791c6f6da272" }, { "id": "566c6d6d-8607-4c6b-b1bf-409f1b371849", "name": "Invalid request path parameter, request query parameter, or request body failed validation.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The version number of the new version. If specified, this endpoint throws an error if the next version in the database doesn't equal to the value of this parameter.", "key": "version", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-566c6d6d-8607-4c6b-b1bf-409f1b371849" }, { "id": "0e358bb2-fcfb-4d72-8445-51bb165c28ae", "name": "The user has exceeded the rate limit of 200 requests per minute for this endpoint.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The version number of the new version. If specified, this endpoint throws an error if the next version in the database doesn't equal to the value of this parameter.", "key": "version", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-0e358bb2-fcfb-4d72-8445-51bb165c28ae" }, { "id": "3ba0c925-d190-4f6f-8120-8fe5ded55e0a", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The version number of the new version. If specified, this endpoint throws an error if the next version in the database doesn't equal to the value of this parameter.", "key": "version", "value": "" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-3ba0c925-d190-4f6f-8120-8fe5ded55e0a" } ], "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-d33b4222-2358-42a0-893d-95b648b86352" }, { "name": "Get dynamic behavior set versions", "id": "32310a62-fb3d-4299-9026-98252168d98a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The versions of the dynamic behavior set to retrieve. One can specify an exact version to retrieve, which is either the version number or `latest`,\nwhich retrieves the latest version. Alternatively, one can specify a range of inclusive lower and upper bound for the version number separated by `-`,\nand every version within the range would be retrieved.", "key": "version", "value": "" }, { "description": "The maximum number of dynamic behavior set versions to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior set versions.", "key": "continuation_token", "value": "0" } ], "variable": [ { "id": "6f6c41f1-470f-47eb-9aac-f586d4bcc77e", "key": "organization", "value": "", "description": "(Required) " }, { "id": "7d8809e5-b9ad-4cba-9918-c01c54784ed6", "key": "dynamic_behavior_set_id", "value": "98790a2e4b58cb98e7c78292", "description": "(Required) The ID of the dynamic behavior set." } ] }, "description": "Get the versions of a dynamic behavior set.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `DynamicBehaviorInstruction:GetDynamicBehaviorInstruction` for the dynamic behavior set to retrieve." }, "response": [ { "id": "bfb99f4c-2a52-4a54-9a1c-ba4c17590dd3", "name": "Succeeded.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The versions of the dynamic behavior set to retrieve. One can specify an exact version to retrieve, which is either the version number or `latest`,\nwhich retrieves the latest version. Alternatively, one can specify a range of inclusive lower and upper bound for the version number separated by `-`,\nand every version within the range would be retrieved.", "key": "version", "value": "" }, { "description": "The maximum number of dynamic behavior set versions to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior set versions.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dynamic_behavior_set_versions\": [\n {\n \"_id\": \"\",\n \"org_id\": \"\",\n \"dynamic_behavior_set_id\": \"\",\n \"version\": \"\",\n \"conversation_triggers\": [\n \"\",\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ],\n \"creator\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"_id\": \"\",\n \"org_id\": \"\",\n \"dynamic_behavior_set_id\": \"\",\n \"version\": \"\",\n \"conversation_triggers\": [\n \"\",\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ],\n \"creator\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n },\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\"\n}", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-bfb99f4c-2a52-4a54-9a1c-ba4c17590dd3" }, { "id": "a1142cee-3411-43b4-b739-36244027bd50", "name": "Invalid authorization credentials.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The versions of the dynamic behavior set to retrieve. One can specify an exact version to retrieve, which is either the version number or `latest`,\nwhich retrieves the latest version. Alternatively, one can specify a range of inclusive lower and upper bound for the version number separated by `-`,\nand every version within the range would be retrieved.", "key": "version", "value": "" }, { "description": "The maximum number of dynamic behavior set versions to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior set versions.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-a1142cee-3411-43b4-b739-36244027bd50" }, { "id": "8d8e3097-2075-4a0f-ab8a-f9437db67582", "name": "Missing required permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The versions of the dynamic behavior set to retrieve. One can specify an exact version to retrieve, which is either the version number or `latest`,\nwhich retrieves the latest version. Alternatively, one can specify a range of inclusive lower and upper bound for the version number separated by `-`,\nand every version within the range would be retrieved.", "key": "version", "value": "" }, { "description": "The maximum number of dynamic behavior set versions to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior set versions.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-8d8e3097-2075-4a0f-ab8a-f9437db67582" }, { "id": "ee465078-4a08-404a-b42d-3b38f0e51b5d", "name": "Specified organization or dynamic behavior set is not found.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The versions of the dynamic behavior set to retrieve. One can specify an exact version to retrieve, which is either the version number or `latest`,\nwhich retrieves the latest version. Alternatively, one can specify a range of inclusive lower and upper bound for the version number separated by `-`,\nand every version within the range would be retrieved.", "key": "version", "value": "" }, { "description": "The maximum number of dynamic behavior set versions to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior set versions.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-ee465078-4a08-404a-b42d-3b38f0e51b5d" }, { "id": "57ee7542-759b-4115-8e78-cac534d45f01", "name": "Invalid request path parameter or request query parameter failed validation.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The versions of the dynamic behavior set to retrieve. One can specify an exact version to retrieve, which is either the version number or `latest`,\nwhich retrieves the latest version. Alternatively, one can specify a range of inclusive lower and upper bound for the version number separated by `-`,\nand every version within the range would be retrieved.", "key": "version", "value": "" }, { "description": "The maximum number of dynamic behavior set versions to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior set versions.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-57ee7542-759b-4115-8e78-cac534d45f01" }, { "id": "ce59f35a-cc67-4548-be35-07c6dd239238", "name": "The user has exceeded the rate limit of 1000 requests per minute for this endpoint.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The versions of the dynamic behavior set to retrieve. One can specify an exact version to retrieve, which is either the version number or `latest`,\nwhich retrieves the latest version. Alternatively, one can specify a range of inclusive lower and upper bound for the version number separated by `-`,\nand every version within the range would be retrieved.", "key": "version", "value": "" }, { "description": "The maximum number of dynamic behavior set versions to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior set versions.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-ce59f35a-cc67-4548-be35-07c6dd239238" }, { "id": "6ae9e7a5-0a98-4fb2-be9f-9f4b4da99d6a", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/version/?version=&limit=10&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "version", "" ], "query": [ { "description": "The versions of the dynamic behavior set to retrieve. One can specify an exact version to retrieve, which is either the version number or `latest`,\nwhich retrieves the latest version. Alternatively, one can specify a range of inclusive lower and upper bound for the version number separated by `-`,\nand every version within the range would be retrieved.", "key": "version", "value": "" }, { "description": "The maximum number of dynamic behavior set versions to return.", "key": "limit", "value": "10" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior set versions.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-6ae9e7a5-0a98-4fb2-be9f-9f4b4da99d6a" } ], "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-32310a62-fb3d-4299-9026-98252168d98a" } ], "id": "cf034d5c-f578-4b10-8e93-875548c8322b", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-cf034d5c-f578-4b10-8e93-875548c8322b" }, { "name": "invocation", "item": [ { "name": "Get dynamic behavior invocations", "id": "56b490b8-b48b-441e-9138-623cca166137", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/invocation/?limit=30&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "invocation", "" ], "query": [ { "description": "The maximum number of dynamic behavior invocations to return.", "key": "limit", "value": "30" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior invocations.", "key": "continuation_token", "value": "0" } ], "variable": [ { "id": "dff116fb-6776-4e76-ac39-d260490bf311", "key": "organization", "value": "", "description": "(Required) " }, { "id": "3f7dd691-4e3e-4e0d-9da4-b25322cf4d87", "key": "dynamic_behavior_set_id", "value": "98790a2e4b58cb98e7c78292", "description": "(Required) The ID of the dynamic behavior set." } ] }, "description": "Retrieve the dynamic behavior invocations for a dynamic behavior set.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `DynamicBehaviorInstruction:GetDynamicBehaviorInstruction` for the dynamic behavior set.\n\nThis endpoint is impacted by the following permissions:\n* Only invocations from messages that the authenticated user has the `Conversation:GetMessage` permission for are returned." }, "response": [ { "id": "07143b8e-47b7-451a-bc22-ee69f8331768", "name": "Succeeded.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/invocation/?limit=30&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "invocation", "" ], "query": [ { "description": "The maximum number of dynamic behavior invocations to return.", "key": "limit", "value": "30" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior invocations.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dynamic_behavior_invocations\": [\n {\n \"_id\": \"\",\n \"org_id\": \"\",\n \"conversation_id\": \"\",\n \"service_id\": \"\",\n \"user_id\": \"\",\n \"initial_message_id\": \"\",\n \"agent_message_id\": \"\",\n \"agent_inner_thoughts_ids\": [\n \"\",\n \"\"\n ],\n \"dynamic_behavior_set_version_info\": \"\",\n \"invoked_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"_id\": \"\",\n \"org_id\": \"\",\n \"conversation_id\": \"\",\n \"service_id\": \"\",\n \"user_id\": \"\",\n \"initial_message_id\": \"\",\n \"agent_message_id\": \"\",\n \"agent_inner_thoughts_ids\": [\n \"\",\n \"\"\n ],\n \"dynamic_behavior_set_version_info\": \"\",\n \"invoked_at\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\"\n}", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-07143b8e-47b7-451a-bc22-ee69f8331768" }, { "id": "59db5a00-2a7a-4145-81ca-5aed17c1b12e", "name": "Invalid authorization credentials.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/invocation/?limit=30&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "invocation", "" ], "query": [ { "description": "The maximum number of dynamic behavior invocations to return.", "key": "limit", "value": "30" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior invocations.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-59db5a00-2a7a-4145-81ca-5aed17c1b12e" }, { "id": "49c9a7ce-d536-4caa-a2bf-6755e66985b3", "name": "Missing required permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/invocation/?limit=30&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "invocation", "" ], "query": [ { "description": "The maximum number of dynamic behavior invocations to return.", "key": "limit", "value": "30" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior invocations.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-49c9a7ce-d536-4caa-a2bf-6755e66985b3" }, { "id": "213d8472-7765-4892-8f2e-9883ab9c5c09", "name": "Specified organization or dynamic behavior set is not found.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/invocation/?limit=30&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "invocation", "" ], "query": [ { "description": "The maximum number of dynamic behavior invocations to return.", "key": "limit", "value": "30" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior invocations.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-213d8472-7765-4892-8f2e-9883ab9c5c09" }, { "id": "3704a152-9452-436e-9dd6-ebf088580d8b", "name": "Invalid request path parameter or request query parameter failed validation.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/invocation/?limit=30&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "invocation", "" ], "query": [ { "description": "The maximum number of dynamic behavior invocations to return.", "key": "limit", "value": "30" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior invocations.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-3704a152-9452-436e-9dd6-ebf088580d8b" }, { "id": "af115809-94fa-4523-9edd-53e99ead186d", "name": "The user has exceeded the rate limit of 50 requests per minute for this endpoint.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/invocation/?limit=30&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "invocation", "" ], "query": [ { "description": "The maximum number of dynamic behavior invocations to return.", "key": "limit", "value": "30" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior invocations.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-af115809-94fa-4523-9edd-53e99ead186d" }, { "id": "776e967a-b224-4ae3-b52c-ca623deda89a", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/invocation/?limit=30&continuation_token=0", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "invocation", "" ], "query": [ { "description": "The maximum number of dynamic behavior invocations to return.", "key": "limit", "value": "30" }, { "description": "The continuation token from the previous request used to retrieve the next page of dynamic behavior invocations.", "key": "continuation_token", "value": "0" } ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-776e967a-b224-4ae3-b52c-ca623deda89a" } ], "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-56b490b8-b48b-441e-9138-623cca166137" } ], "id": "32695bcf-5726-4e39-9dbd-8f6cdc260988", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-32695bcf-5726-4e39-9dbd-8f6cdc260988" }, { "name": "Delete a dynamic behavior instruction", "id": "457784ec-0ab2-4564-acd3-1950b5ba7af1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "id": "b0f82b58-b328-45e7-a0f2-e5134f1d1f4d", "key": "organization", "value": "", "description": "(Required) " }, { "id": "1a25f5ee-4a63-4cd7-a389-767effbe2cf2", "key": "dynamic_behavior_set_id", "value": "b363cfb09718e692661f684a", "description": "(Required) The ID of the dynamic behavior set to delete." } ] }, "description": "Delete a dynamic behavior set.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `DynamicBehaviorInstruction:DeleteDynamicBehaviorInstruction` on the dynamic behavior set to delete." }, "response": [ { "id": "952b0d31-3acc-4816-b9b1-74950471430f", "name": "Succeeded.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-952b0d31-3acc-4816-b9b1-74950471430f" }, { "id": "449e8c9a-ddcf-452e-9eec-e9461e0770e2", "name": "Invalid authorization credentials.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-449e8c9a-ddcf-452e-9eec-e9461e0770e2" }, { "id": "917b108d-32fd-45cd-a59c-6623f90c7a83", "name": "Missing required permissions.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-917b108d-32fd-45cd-a59c-6623f90c7a83" }, { "id": "cd8c6825-4dd6-483c-b918-1bd659a84d23", "name": "The specified organization or dynamic behavior set does not exist.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-cd8c6825-4dd6-483c-b918-1bd659a84d23" }, { "id": "fa7f1f57-dddd-48c8-aef6-1a5cf12e7e4c", "name": "Invalid request path parameter failed validation.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-fa7f1f57-dddd-48c8-aef6-1a5cf12e7e4c" }, { "id": "2acaf5bd-b0c1-418c-9b42-fee611af5b0a", "name": "The user has exceeded the rate limit of 500 requests per minute for this endpoint.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-2acaf5bd-b0c1-418c-9b42-fee611af5b0a" }, { "id": "fa4c7296-8dab-4c17-858c-20fd3d87e298", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "DELETE", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-fa4c7296-8dab-4c17-858c-20fd3d87e298" } ], "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-457784ec-0ab2-4564-acd3-1950b5ba7af1" }, { "name": "Update a dynamic behavior set", "id": "5c9d5e9e-0b15-487e-a513-042f0344e7d8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"tags\": {\n \"reprehenderit_ef\": \"\u2009\",\n \"cupidatat81\": \"\u2028p\",\n \"cupidatat47\": \"Q\u2000G\",\n \"nisi_f\": \"zs\u2009H43\",\n \"culpa_50\": \"\u00a0\u1680L8l\u1680c\",\n \"Excepteur_48\": \"jjpD\u2003\",\n \"id_31d\": \"BG\",\n \"eu_a\": \"k\u202fCmhM_x\u2028\",\n \"nisi_9\": \"B4wYGRXOo\u30009\"\n },\n \"applied_to_services\": [\n \"1297c392b7fb6b595db2d574\",\n \"68f59778f44513a9d285f9a9\"\n ],\n \"is_active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "id": "9248452d-03a8-452b-97e5-445aa25e3796", "key": "organization", "value": "", "description": "(Required) " }, { "id": "4e81fce3-cc42-4ea7-bd9f-3d8969303739", "key": "dynamic_behavior_set_id", "value": "b363cfb09718e692661f684a", "description": "(Required) The ID of the dynamic behavior set to delete." } ] }, "description": "Update a dynamic behavior set.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `DynamicBehaviorInstruction:UpdateDynamicBehaviorInstruction` on the dynamic behavior set to update." }, "response": [ { "id": "ae31cd58-fa24-409e-82f3-1d7d17028559", "name": "Succeeded.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"reprehenderit_ef\": \"\u2009\",\n \"cupidatat81\": \"\u2028p\",\n \"cupidatat47\": \"Q\u2000G\",\n \"nisi_f\": \"zs\u2009H43\",\n \"culpa_50\": \"\u00a0\u1680L8l\u1680c\",\n \"Excepteur_48\": \"jjpD\u2003\",\n \"id_31d\": \"BG\",\n \"eu_a\": \"k\u202fCmhM_x\u2028\",\n \"nisi_9\": \"B4wYGRXOo\u30009\"\n },\n \"applied_to_services\": [\n \"1297c392b7fb6b595db2d574\",\n \"68f59778f44513a9d285f9a9\"\n ],\n \"is_active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-ae31cd58-fa24-409e-82f3-1d7d17028559" }, { "id": "df78df73-66f5-4f7c-9c44-0fc270023ef1", "name": "Invalid authorization credentials.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"reprehenderit_ef\": \"\u2009\",\n \"cupidatat81\": \"\u2028p\",\n \"cupidatat47\": \"Q\u2000G\",\n \"nisi_f\": \"zs\u2009H43\",\n \"culpa_50\": \"\u00a0\u1680L8l\u1680c\",\n \"Excepteur_48\": \"jjpD\u2003\",\n \"id_31d\": \"BG\",\n \"eu_a\": \"k\u202fCmhM_x\u2028\",\n \"nisi_9\": \"B4wYGRXOo\u30009\"\n },\n \"applied_to_services\": [\n \"1297c392b7fb6b595db2d574\",\n \"68f59778f44513a9d285f9a9\"\n ],\n \"is_active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-df78df73-66f5-4f7c-9c44-0fc270023ef1" }, { "id": "72416ef8-38fb-46c5-be8e-c58bf7f8ce72", "name": "Missing required permissions.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"reprehenderit_ef\": \"\u2009\",\n \"cupidatat81\": \"\u2028p\",\n \"cupidatat47\": \"Q\u2000G\",\n \"nisi_f\": \"zs\u2009H43\",\n \"culpa_50\": \"\u00a0\u1680L8l\u1680c\",\n \"Excepteur_48\": \"jjpD\u2003\",\n \"id_31d\": \"BG\",\n \"eu_a\": \"k\u202fCmhM_x\u2028\",\n \"nisi_9\": \"B4wYGRXOo\u30009\"\n },\n \"applied_to_services\": [\n \"1297c392b7fb6b595db2d574\",\n \"68f59778f44513a9d285f9a9\"\n ],\n \"is_active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-72416ef8-38fb-46c5-be8e-c58bf7f8ce72" }, { "id": "8471f923-c85f-42c2-8cf1-cf931eb14b37", "name": "The specified organization, dynamic behavior set, or service does not exist.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"reprehenderit_ef\": \"\u2009\",\n \"cupidatat81\": \"\u2028p\",\n \"cupidatat47\": \"Q\u2000G\",\n \"nisi_f\": \"zs\u2009H43\",\n \"culpa_50\": \"\u00a0\u1680L8l\u1680c\",\n \"Excepteur_48\": \"jjpD\u2003\",\n \"id_31d\": \"BG\",\n \"eu_a\": \"k\u202fCmhM_x\u2028\",\n \"nisi_9\": \"B4wYGRXOo\u30009\"\n },\n \"applied_to_services\": [\n \"1297c392b7fb6b595db2d574\",\n \"68f59778f44513a9d285f9a9\"\n ],\n \"is_active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-8471f923-c85f-42c2-8cf1-cf931eb14b37" }, { "id": "cf4fa959-3a76-4e5d-9afd-378d04b0d367", "name": "Another active set with the same name already exists.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"reprehenderit_ef\": \"\u2009\",\n \"cupidatat81\": \"\u2028p\",\n \"cupidatat47\": \"Q\u2000G\",\n \"nisi_f\": \"zs\u2009H43\",\n \"culpa_50\": \"\u00a0\u1680L8l\u1680c\",\n \"Excepteur_48\": \"jjpD\u2003\",\n \"id_31d\": \"BG\",\n \"eu_a\": \"k\u202fCmhM_x\u2028\",\n \"nisi_9\": \"B4wYGRXOo\u30009\"\n },\n \"applied_to_services\": [\n \"1297c392b7fb6b595db2d574\",\n \"68f59778f44513a9d285f9a9\"\n ],\n \"is_active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-cf4fa959-3a76-4e5d-9afd-378d04b0d367" }, { "id": "157b76fe-fdce-4180-ac0e-52ea817e2ff2", "name": "Invalid request path parameter or request body failed validation.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"reprehenderit_ef\": \"\u2009\",\n \"cupidatat81\": \"\u2028p\",\n \"cupidatat47\": \"Q\u2000G\",\n \"nisi_f\": \"zs\u2009H43\",\n \"culpa_50\": \"\u00a0\u1680L8l\u1680c\",\n \"Excepteur_48\": \"jjpD\u2003\",\n \"id_31d\": \"BG\",\n \"eu_a\": \"k\u202fCmhM_x\u2028\",\n \"nisi_9\": \"B4wYGRXOo\u30009\"\n },\n \"applied_to_services\": [\n \"1297c392b7fb6b595db2d574\",\n \"68f59778f44513a9d285f9a9\"\n ],\n \"is_active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-157b76fe-fdce-4180-ac0e-52ea817e2ff2" }, { "id": "d50e31d5-175f-4126-85df-ed88ea392da1", "name": "The user has exceeded the rate limit of 500 requests per minute for this endpoint.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"reprehenderit_ef\": \"\u2009\",\n \"cupidatat81\": \"\u2028p\",\n \"cupidatat47\": \"Q\u2000G\",\n \"nisi_f\": \"zs\u2009H43\",\n \"culpa_50\": \"\u00a0\u1680L8l\u1680c\",\n \"Excepteur_48\": \"jjpD\u2003\",\n \"id_31d\": \"BG\",\n \"eu_a\": \"k\u202fCmhM_x\u2028\",\n \"nisi_9\": \"B4wYGRXOo\u30009\"\n },\n \"applied_to_services\": [\n \"1297c392b7fb6b595db2d574\",\n \"68f59778f44513a9d285f9a9\"\n ],\n \"is_active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-d50e31d5-175f-4126-85df-ed88ea392da1" }, { "id": "8d62d9ea-ef53-457a-8ba9-01cc18a7a938", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"reprehenderit_ef\": \"\u2009\",\n \"cupidatat81\": \"\u2028p\",\n \"cupidatat47\": \"Q\u2000G\",\n \"nisi_f\": \"zs\u2009H43\",\n \"culpa_50\": \"\u00a0\u1680L8l\u1680c\",\n \"Excepteur_48\": \"jjpD\u2003\",\n \"id_31d\": \"BG\",\n \"eu_a\": \"k\u202fCmhM_x\u2028\",\n \"nisi_9\": \"B4wYGRXOo\u30009\"\n },\n \"applied_to_services\": [\n \"1297c392b7fb6b595db2d574\",\n \"68f59778f44513a9d285f9a9\"\n ],\n \"is_active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/:dynamic_behavior_set_id/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", ":dynamic_behavior_set_id", "" ], "variable": [ { "key": "organization" }, { "key": "dynamic_behavior_set_id" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-8d62d9ea-ef53-457a-8ba9-01cc18a7a938" } ], "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-5c9d5e9e-0b15-487e-a513-042f0344e7d8" } ], "id": "3abccda0-9667-46ca-b8a7-17c1d3cbe809", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-3abccda0-9667-46ca-b8a7-17c1d3cbe809" }, { "name": "search", "item": [ { "name": "Search dynamic behavior sets", "id": "8db41943-b0fb-4c39-abe2-893ae8fccb12", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/search?query=&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "search" ], "query": [ { "description": "(Required) The query to search for. Any sets containing the terms in its name and the triggers of its latest version would be returned.", "key": "query", "value": "" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "id": "3f3ee735-b319-4780-a776-67b260edab71", "key": "organization", "value": "", "description": "(Required) " } ] }, "description": "Search for dynamic behavior sets that match the given filters and contain the given query in its name and the triggers of its latest version. Only the top 50 results will be returned. The results\nwill be sorted by the relevance of the search query.\n\n#### Permissions\nThis endpoint may be impacted by the following permissions:\n* Only dynamic behavior sets that the authenticated user has `DynamicBehaviorInstruction:GetDynamicBehaviorInstruction` permission for will be retrieved." }, "response": [ { "id": "1616866d-72c7-448d-bc1b-6f8a4971d415", "name": "Succeeded.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/search?query=&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "search" ], "query": [ { "description": "(Required) The query to search for. Any sets containing the terms in its name and the triggers of its latest version would be returned.", "key": "query", "value": "" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dynamic_behavior_sets\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"is_active\": \"\",\n \"applied_to_services\": [\n \"\",\n \"\"\n ],\n \"tags\": {\n \"occaecat_a5a\": \"\"\n },\n \"created_at\": \"\",\n \"creator\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n },\n \"updated_at\": \"\",\n \"updated_by\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"is_active\": \"\",\n \"applied_to_services\": [\n \"\",\n \"\"\n ],\n \"tags\": {\n \"culpa0\": \"\"\n },\n \"created_at\": \"\",\n \"creator\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n },\n \"updated_at\": \"\",\n \"updated_by\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n }\n }\n ]\n}", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-1616866d-72c7-448d-bc1b-6f8a4971d415" }, { "id": "6f3bc240-8c44-4cb0-ab49-d910dfa9be62", "name": "Invalid authorization credentials.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/search?query=&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "search" ], "query": [ { "description": "(Required) The query to search for. Any sets containing the terms in its name and the triggers of its latest version would be returned.", "key": "query", "value": "" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-6f3bc240-8c44-4cb0-ab49-d910dfa9be62" }, { "id": "205cb1a2-e061-467a-a228-a932a5f2261b", "name": "Missing required permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/search?query=&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "search" ], "query": [ { "description": "(Required) The query to search for. Any sets containing the terms in its name and the triggers of its latest version would be returned.", "key": "query", "value": "" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-205cb1a2-e061-467a-a228-a932a5f2261b" }, { "id": "69bc35a4-b583-4a8d-bbd1-92b989bfd00b", "name": "Specified organization is not found.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/search?query=&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "search" ], "query": [ { "description": "(Required) The query to search for. Any sets containing the terms in its name and the triggers of its latest version would be returned.", "key": "query", "value": "" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-69bc35a4-b583-4a8d-bbd1-92b989bfd00b" }, { "id": "be2fd9d7-b504-4dcb-8760-2fef2e030509", "name": "Invalid request path parameter or request query parameter failed validation.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/search?query=&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "search" ], "query": [ { "description": "(Required) The query to search for. Any sets containing the terms in its name and the triggers of its latest version would be returned.", "key": "query", "value": "" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-be2fd9d7-b504-4dcb-8760-2fef2e030509" }, { "id": "a734675f-93aa-422b-9be3-7cf8b9a104e2", "name": "The user has exceeded the rate limit of 50 requests per minute for this endpoint.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/search?query=&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "search" ], "query": [ { "description": "(Required) The query to search for. Any sets containing the terms in its name and the triggers of its latest version would be returned.", "key": "query", "value": "" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-a734675f-93aa-422b-9be3-7cf8b9a104e2" }, { "id": "a5db9564-f3e8-4feb-aad5-1a1ab14595f4", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/search?query=&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "search" ], "query": [ { "description": "(Required) The query to search for. Any sets containing the terms in its name and the triggers of its latest version would be returned.", "key": "query", "value": "" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-a5db9564-f3e8-4feb-aad5-1a1ab14595f4" } ], "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-8db41943-b0fb-4c39-abe2-893ae8fccb12" } ], "id": "8cb728c7-19ed-462e-ae49-4d3c634b58ca", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-8cb728c7-19ed-462e-ae49-4d3c634b58ca" }, { "name": "Create a dynamic behavior set", "id": "cbe3ebe3-fcd5-4e5c-827f-d413ff701a5c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"tags\": {\n \"in_0b1\": \"YHa\u2005\\u000bD\\rrx\",\n \"ut_b00\": \"\u00a0\u3000P\u202fBYf\u00a0iT\",\n \"minim_4\": \"pf10Bh\",\n \"sint_493\": \"b7h\u200a\u205f_t\u2007CT\",\n \"adipisicing88\": \"\\n\u180e\u2004m\u205f\",\n \"Ut_5\": \"v\u2005rb\",\n \"id_70\": \"\u2000h8h\u200aN\u180e\",\n \"Duis4\": \"\\t\\n3O\u2028vz4\",\n \"enim_29d\": \"\u202f\u2000\\u000bw\\fRzj\u2006A\",\n \"quia1\": \"bEgd\u180eU\ufeffwjeD\",\n \"Ut_c\": \"T1WI\u3000\\fnOZ5\u2005\"\n },\n \"applied_to_services\": [\n \"692caaa4cb8f82f211bca15f\",\n \"bb474423787eaeead8781ae3\"\n ],\n \"initial_version\": {\n \"is_active\": \"\",\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "variable": [ { "id": "42c3300a-b7a1-454f-bee5-7013787609df", "key": "organization", "value": "", "description": "(Required) " } ] }, "description": "Create a new dynamic behavior set as well as its initial version.\n\n#### Permissions\nThis endpoint requires the following permissions:\n* `DynamicBehaviorInstruction:CreateDynamicBehaviorInstruction` on the set to create.\n* `DynamicBehaviorInstruction:UpdateDynamicBehaviorInstruction` on the set to create." }, "response": [ { "id": "15b98276-35b9-45bc-97ab-2bf049513a73", "name": "Succeeded.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"in_0b1\": \"YHa\u2005\\u000bD\\rrx\",\n \"ut_b00\": \"\u00a0\u3000P\u202fBYf\u00a0iT\",\n \"minim_4\": \"pf10Bh\",\n \"sint_493\": \"b7h\u200a\u205f_t\u2007CT\",\n \"adipisicing88\": \"\\n\u180e\u2004m\u205f\",\n \"Ut_5\": \"v\u2005rb\",\n \"id_70\": \"\u2000h8h\u200aN\u180e\",\n \"Duis4\": \"\\t\\n3O\u2028vz4\",\n \"enim_29d\": \"\u202f\u2000\\u000bw\\fRzj\u2006A\",\n \"quia1\": \"bEgd\u180eU\ufeffwjeD\",\n \"Ut_c\": \"T1WI\u3000\\fnOZ5\u2005\"\n },\n \"applied_to_services\": [\n \"692caaa4cb8f82f211bca15f\",\n \"bb474423787eaeead8781ae3\"\n ],\n \"initial_version\": {\n \"is_active\": \"\",\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dynamic_behavior_set_id\": \"\"\n}", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-15b98276-35b9-45bc-97ab-2bf049513a73" }, { "id": "d2c59a23-2e8b-4a24-951e-6a5692b14a67", "name": "Invalid authorization credentials.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"in_0b1\": \"YHa\u2005\\u000bD\\rrx\",\n \"ut_b00\": \"\u00a0\u3000P\u202fBYf\u00a0iT\",\n \"minim_4\": \"pf10Bh\",\n \"sint_493\": \"b7h\u200a\u205f_t\u2007CT\",\n \"adipisicing88\": \"\\n\u180e\u2004m\u205f\",\n \"Ut_5\": \"v\u2005rb\",\n \"id_70\": \"\u2000h8h\u200aN\u180e\",\n \"Duis4\": \"\\t\\n3O\u2028vz4\",\n \"enim_29d\": \"\u202f\u2000\\u000bw\\fRzj\u2006A\",\n \"quia1\": \"bEgd\u180eU\ufeffwjeD\",\n \"Ut_c\": \"T1WI\u3000\\fnOZ5\u2005\"\n },\n \"applied_to_services\": [\n \"692caaa4cb8f82f211bca15f\",\n \"bb474423787eaeead8781ae3\"\n ],\n \"initial_version\": {\n \"is_active\": \"\",\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-d2c59a23-2e8b-4a24-951e-6a5692b14a67" }, { "id": "434025cd-3c61-4eda-99e1-d28e057f42fa", "name": "Missing required permissions.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"in_0b1\": \"YHa\u2005\\u000bD\\rrx\",\n \"ut_b00\": \"\u00a0\u3000P\u202fBYf\u00a0iT\",\n \"minim_4\": \"pf10Bh\",\n \"sint_493\": \"b7h\u200a\u205f_t\u2007CT\",\n \"adipisicing88\": \"\\n\u180e\u2004m\u205f\",\n \"Ut_5\": \"v\u2005rb\",\n \"id_70\": \"\u2000h8h\u200aN\u180e\",\n \"Duis4\": \"\\t\\n3O\u2028vz4\",\n \"enim_29d\": \"\u202f\u2000\\u000bw\\fRzj\u2006A\",\n \"quia1\": \"bEgd\u180eU\ufeffwjeD\",\n \"Ut_c\": \"T1WI\u3000\\fnOZ5\u2005\"\n },\n \"applied_to_services\": [\n \"692caaa4cb8f82f211bca15f\",\n \"bb474423787eaeead8781ae3\"\n ],\n \"initial_version\": {\n \"is_active\": \"\",\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-434025cd-3c61-4eda-99e1-d28e057f42fa" }, { "id": "b8416bd1-a6bd-4aa4-aea2-632980ddbc77", "name": "The specified organization, service, or tool does not exist.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"in_0b1\": \"YHa\u2005\\u000bD\\rrx\",\n \"ut_b00\": \"\u00a0\u3000P\u202fBYf\u00a0iT\",\n \"minim_4\": \"pf10Bh\",\n \"sint_493\": \"b7h\u200a\u205f_t\u2007CT\",\n \"adipisicing88\": \"\\n\u180e\u2004m\u205f\",\n \"Ut_5\": \"v\u2005rb\",\n \"id_70\": \"\u2000h8h\u200aN\u180e\",\n \"Duis4\": \"\\t\\n3O\u2028vz4\",\n \"enim_29d\": \"\u202f\u2000\\u000bw\\fRzj\u2006A\",\n \"quia1\": \"bEgd\u180eU\ufeffwjeD\",\n \"Ut_c\": \"T1WI\u3000\\fnOZ5\u2005\"\n },\n \"applied_to_services\": [\n \"692caaa4cb8f82f211bca15f\",\n \"bb474423787eaeead8781ae3\"\n ],\n \"initial_version\": {\n \"is_active\": \"\",\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-b8416bd1-a6bd-4aa4-aea2-632980ddbc77" }, { "id": "c3a642c5-c015-4059-81a9-3c20da150c0e", "name": "If the initial version is defined and `is_active` is set to `True`, an active dynamic behavior set with the same name already exists.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"in_0b1\": \"YHa\u2005\\u000bD\\rrx\",\n \"ut_b00\": \"\u00a0\u3000P\u202fBYf\u00a0iT\",\n \"minim_4\": \"pf10Bh\",\n \"sint_493\": \"b7h\u200a\u205f_t\u2007CT\",\n \"adipisicing88\": \"\\n\u180e\u2004m\u205f\",\n \"Ut_5\": \"v\u2005rb\",\n \"id_70\": \"\u2000h8h\u200aN\u180e\",\n \"Duis4\": \"\\t\\n3O\u2028vz4\",\n \"enim_29d\": \"\u202f\u2000\\u000bw\\fRzj\u2006A\",\n \"quia1\": \"bEgd\u180eU\ufeffwjeD\",\n \"Ut_c\": \"T1WI\u3000\\fnOZ5\u2005\"\n },\n \"applied_to_services\": [\n \"692caaa4cb8f82f211bca15f\",\n \"bb474423787eaeead8781ae3\"\n ],\n \"initial_version\": {\n \"is_active\": \"\",\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Conflict", "code": 409, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-c3a642c5-c015-4059-81a9-3c20da150c0e" }, { "id": "e3547a21-980d-4f6a-af57-15de3e19dc2c", "name": "Invalid request path parameter or request body failed validation.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"in_0b1\": \"YHa\u2005\\u000bD\\rrx\",\n \"ut_b00\": \"\u00a0\u3000P\u202fBYf\u00a0iT\",\n \"minim_4\": \"pf10Bh\",\n \"sint_493\": \"b7h\u200a\u205f_t\u2007CT\",\n \"adipisicing88\": \"\\n\u180e\u2004m\u205f\",\n \"Ut_5\": \"v\u2005rb\",\n \"id_70\": \"\u2000h8h\u200aN\u180e\",\n \"Duis4\": \"\\t\\n3O\u2028vz4\",\n \"enim_29d\": \"\u202f\u2000\\u000bw\\fRzj\u2006A\",\n \"quia1\": \"bEgd\u180eU\ufeffwjeD\",\n \"Ut_c\": \"T1WI\u3000\\fnOZ5\u2005\"\n },\n \"applied_to_services\": [\n \"692caaa4cb8f82f211bca15f\",\n \"bb474423787eaeead8781ae3\"\n ],\n \"initial_version\": {\n \"is_active\": \"\",\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-e3547a21-980d-4f6a-af57-15de3e19dc2c" }, { "id": "fce9c837-ea41-4861-86c1-9ea29e3b790b", "name": "The user has exceeded the rate limit of 200 requests per minute for this endpoint.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"in_0b1\": \"YHa\u2005\\u000bD\\rrx\",\n \"ut_b00\": \"\u00a0\u3000P\u202fBYf\u00a0iT\",\n \"minim_4\": \"pf10Bh\",\n \"sint_493\": \"b7h\u200a\u205f_t\u2007CT\",\n \"adipisicing88\": \"\\n\u180e\u2004m\u205f\",\n \"Ut_5\": \"v\u2005rb\",\n \"id_70\": \"\u2000h8h\u200aN\u180e\",\n \"Duis4\": \"\\t\\n3O\u2028vz4\",\n \"enim_29d\": \"\u202f\u2000\\u000bw\\fRzj\u2006A\",\n \"quia1\": \"bEgd\u180eU\ufeffwjeD\",\n \"Ut_c\": \"T1WI\u3000\\fnOZ5\u2005\"\n },\n \"applied_to_services\": [\n \"692caaa4cb8f82f211bca15f\",\n \"bb474423787eaeead8781ae3\"\n ],\n \"initial_version\": {\n \"is_active\": \"\",\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-fce9c837-ea41-4861-86c1-9ea29e3b790b" }, { "id": "5e408a48-a5d0-41fb-8b15-4286dd67938a", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "POST", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "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 \"tags\": {\n \"in_0b1\": \"YHa\u2005\\u000bD\\rrx\",\n \"ut_b00\": \"\u00a0\u3000P\u202fBYf\u00a0iT\",\n \"minim_4\": \"pf10Bh\",\n \"sint_493\": \"b7h\u200a\u205f_t\u2007CT\",\n \"adipisicing88\": \"\\n\u180e\u2004m\u205f\",\n \"Ut_5\": \"v\u2005rb\",\n \"id_70\": \"\u2000h8h\u200aN\u180e\",\n \"Duis4\": \"\\t\\n3O\u2028vz4\",\n \"enim_29d\": \"\u202f\u2000\\u000bw\\fRzj\u2006A\",\n \"quia1\": \"bEgd\u180eU\ufeffwjeD\",\n \"Ut_c\": \"T1WI\u3000\\fnOZ5\u2005\"\n },\n \"applied_to_services\": [\n \"692caaa4cb8f82f211bca15f\",\n \"bb474423787eaeead8781ae3\"\n ],\n \"initial_version\": {\n \"is_active\": \"\",\n \"conversation_triggers\": [\n \"\"\n ],\n \"actions\": [\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n },\n {\n \"type\": \"\",\n \"instruction\": \"\",\n \"overrides_instructions\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "variable": [ { "key": "organization" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-5e408a48-a5d0-41fb-8b15-4286dd67938a" } ], "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-cbe3ebe3-fcd5-4e5c-827f-d413ff701a5c" }, { "name": "Get dynamic behavior sets", "id": "73b8c2b6-fd85-42b1-b992-79c349c0fef9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/?limit=50&continuation_token=0&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "query": [ { "description": "The maximum number of dynamic behavior sets to return.", "key": "limit", "value": "50" }, { "description": "The continuation token to use to retrieve the next set of dynamic behavior sets.", "key": "continuation_token", "value": "0" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "id": "0ae86dd5-4fac-47a3-97de-ce447577d6f8", "key": "organization", "value": "", "description": "(Required) " } ] }, "description": "Retrieve dynamic behavior sets that match the given filters.\n\n#### Permissions\nThis endpoint may be impacted by the following permissions:\n* Only dynamic behavior sets that the authenticated user has `DynamicBehaviorInstruction:GetDynamicBehaviorInstruction` permission for will be retrieved." }, "response": [ { "id": "1f934b49-e4a5-46ea-b9cd-1dd1fcaafd80", "name": "Succeeded.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/?limit=50&continuation_token=0&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "query": [ { "description": "The maximum number of dynamic behavior sets to return.", "key": "limit", "value": "50" }, { "description": "The continuation token to use to retrieve the next set of dynamic behavior sets.", "key": "continuation_token", "value": "0" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"dynamic_behavior_sets\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"is_active\": \"\",\n \"applied_to_services\": [\n \"\",\n \"\"\n ],\n \"tags\": {\n \"adipisicing_05\": \"\",\n \"consequat_1a\": \"\"\n },\n \"created_at\": \"\",\n \"creator\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n },\n \"updated_at\": \"\",\n \"updated_by\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n }\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"is_active\": \"\",\n \"applied_to_services\": [\n \"\",\n \"\"\n ],\n \"tags\": {\n \"reprehenderit_c\": \"\",\n \"incididunt_06b\": \"\"\n },\n \"created_at\": \"\",\n \"creator\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n },\n \"updated_at\": \"\",\n \"updated_by\": {\n \"org_id\": \"\",\n \"user_id\": \"\"\n }\n }\n ],\n \"has_more\": \"\",\n \"continuation_token\": \"\",\n \"filter_values\": {\n \"applied_to_services_ids\": [\n \"\",\n \"\"\n ],\n \"creators\": [\n {\n \"org_id\": \"\",\n \"user_id\": \"\"\n },\n {\n \"org_id\": \"\",\n \"user_id\": \"\"\n }\n ],\n \"tags\": [\n \"\",\n \"\"\n ]\n }\n}", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-1f934b49-e4a5-46ea-b9cd-1dd1fcaafd80" }, { "id": "3da0bc05-5b60-4b3b-b145-b77b91216c6b", "name": "Invalid authorization credentials.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/?limit=50&continuation_token=0&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "query": [ { "description": "The maximum number of dynamic behavior sets to return.", "key": "limit", "value": "50" }, { "description": "The continuation token to use to retrieve the next set of dynamic behavior sets.", "key": "continuation_token", "value": "0" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-3da0bc05-5b60-4b3b-b145-b77b91216c6b" }, { "id": "1d081ea1-7d2b-462a-9cc3-cf0aa6bc4943", "name": "Missing required permissions.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/?limit=50&continuation_token=0&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "query": [ { "description": "The maximum number of dynamic behavior sets to return.", "key": "limit", "value": "50" }, { "description": "The continuation token to use to retrieve the next set of dynamic behavior sets.", "key": "continuation_token", "value": "0" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-1d081ea1-7d2b-462a-9cc3-cf0aa6bc4943" }, { "id": "2d70fca2-9cde-485a-8ba8-07aefebb78f1", "name": "Specified organization is not found.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/?limit=50&continuation_token=0&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "query": [ { "description": "The maximum number of dynamic behavior sets to return.", "key": "limit", "value": "50" }, { "description": "The continuation token to use to retrieve the next set of dynamic behavior sets.", "key": "continuation_token", "value": "0" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-2d70fca2-9cde-485a-8ba8-07aefebb78f1" }, { "id": "1b7841db-0d2d-4a03-b0de-05c7ba00614d", "name": "Invalid request path parameter or request query parameter failed validation.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/?limit=50&continuation_token=0&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "query": [ { "description": "The maximum number of dynamic behavior sets to return.", "key": "limit", "value": "50" }, { "description": "The continuation token to use to retrieve the next set of dynamic behavior sets.", "key": "continuation_token", "value": "0" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Unprocessable Entity (WebDAV) (RFC 4918)", "code": 422, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-1b7841db-0d2d-4a03-b0de-05c7ba00614d" }, { "id": "2a7b5a2b-70bd-411b-9b84-f4711c0e1bf6", "name": "The user has exceeded the rate limit of 500 requests per minute for this endpoint.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/?limit=50&continuation_token=0&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "query": [ { "description": "The maximum number of dynamic behavior sets to return.", "key": "limit", "value": "50" }, { "description": "The continuation token to use to retrieve the next set of dynamic behavior sets.", "key": "continuation_token", "value": "0" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-2a7b5a2b-70bd-411b-9b84-f4711c0e1bf6" }, { "id": "878f478b-e5e5-4e20-81de-56346e9f144e", "name": "The service is going through temporary maintenance.", "originalRequest": { "method": "GET", "header": [ { "description": "The Mongo cluster name to perform this request in. This is usually not needed unless the organization does not exist yet in the Amigo organization infra config database.", "key": "x-mongo-cluster-name", "value": "" }, { "key": "Sec-WebSocket-Protocol", "value": "" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/v1/:organization/dynamic_behavior_set/?limit=50&continuation_token=0&is_active=", "host": [ "{{baseUrl}}" ], "path": [ "v1", ":organization", "dynamic_behavior_set", "" ], "query": [ { "description": "The maximum number of dynamic behavior sets to return.", "key": "limit", "value": "50" }, { "description": "The continuation token to use to retrieve the next set of dynamic behavior sets.", "key": "continuation_token", "value": "0" }, { "description": "Whether the dynamic behavior set is active.", "key": "is_active", "value": "" } ], "variable": [ { "key": "organization" } ] } }, "status": "Service Unavailable", "code": 503, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-878f478b-e5e5-4e20-81de-56346e9f144e" } ], "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-73b8c2b6-fd85-42b1-b992-79c349c0fef9" } ], "id": "d487c7d4-cb3f-4e76-afcf-6f0704f12e74", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-d487c7d4-cb3f-4e76-afcf-6f0704f12e74" } ], "id": "04cd66b0-08f5-41f9-9e4c-5b3b5d46a148", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-04cd66b0-08f5-41f9-9e4c-5b3b5d46a148" } ], "id": "a80ba43b-564d-44be-9b8b-056825d39f17", "createdAt": "2026-07-28T01:00:47.000Z", "updatedAt": "2026-07-28T01:00:47.000Z", "uid": "35240-a80ba43b-564d-44be-9b8b-056825d39f17" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.amigo.ai" } ] }