latestOpenAPI 3.1.02026-08-221163801019.2 KB

f0f28319e448

Dynamic Behavior Set

Search dynamic behavior sets

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 will be sorted by the relevance of the search query.

Permissions

This endpoint may be impacted by the following permissions:

  • Only dynamic behavior sets that the authenticated user has DynamicBehaviorInstruction:GetDynamicBehaviorInstruction permission for will be retrieved.
get/v1/{organization}/dynamic_behavior_set/search

Path parameters

organizationstring required

Query parameters

querystring required

The query to search for. Any sets containing the terms in its name and the triggers of its latest version would be returned.

is_activeboolean nullable

Whether the dynamic behavior set is active.

Whether the dynamic behavior set is active.

applied_to_servicestring[]

The IDs of the services that the dynamic behavior set is applied to.

The IDs of the services that the dynamic behavior set is applied to.

creatorstring[]

The creators of the dynamic behavior sets. Each value must be of the format org_id,user_id.

The creators of the dynamic behavior sets. Each value must be of the format org_id,user_id.

tagstring[]

The tags of the dynamic behavior sets. Must be specified using the syntax key:value, which means to match all sets with the given key and value pair among its tags. If value is *, it means the value does not matter. If value is empty, it matches against when the value is None.

The tags of the dynamic behavior sets. Must be specified using the syntax key:value, which means to match all sets with the given key and value pair among its tags. If value is *, it means the value does not matter. If value is empty, it matches against when the value is None.

Headers

x-mongo-cluster-namestring nullable

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.

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.

Sec-WebSocket-Protocolstring[]

Response

Succeeded.