Fetch a specific assistant action by ID.
cURL
curl --request GET \ --url https://api.example.com/orgs/{org_id}/assistants/{assistant_id}/actions/{action_id}
{ "id": "<string>", "enabled": true, "name": "<string>", "instructions": "<string>", "action_id": "<string>", "assistant_id": "<string>", "connection_id": "<string>", "config": { "input": {}, "definitions": [ { "path": "<string>", "definition": {} } ] }, "created_at": "2023-12-25", "updated_at": "2023-12-25" }
The ID of the org
The ID of the assistant
The ID of the assistant action
The assistant action details.
Schema for an assistant action
The input values with their dynamic field definitions
Show child attributes
Was this page helpful?