Reorder Assistant Actions
Reorder the actions of a specific assistant.
Authorizations
Bearer token authentication using your API key
Path Parameters
The ID of the org
The ID of the assistant
Query Parameters
Page number
Number of items to take
Next page token (Only used on special endpoints)
Body
Ordered list of assistant action IDs.
Schema for reordering assistant actions
New explicit position for each action being reordered
64Response
The reordered assistant actions.
The ID of the action
Whether the action is enabled
The name of the action
The instructions for the action
The ID of the action, e.g. "TOOLS:HTTP_REQUEST"
"TOOLS:HTTP_REQUEST"
"TOOLS:WEB_SEARCH"
"TOOLS:WEB_SCRAPING"
The ID of the assistant
"ast_XXX"
The ID of the connection to use for the action if required
"con_XXX"
The input values with their dynamic field definitions
When the assistant must ask before running the action
auto, ask, never The position of the action within its group. Bucketed in multiples of 100, e.g. 100, 101, 102 for the first group, 200, 201, 202 for the second