cURL
curl --request GET \ --url https://api.timbal.ai/ace/{ace_uid}/policies \ --header 'Authorization: Bearer <token>'
{ "policies": [ { "action": "<string>", "condition": "<string>", "id": "<string>", "provides": [ "<string>" ], "requires": "<unknown>", "tool_action": "<unknown>" } ] }
List the policies declared on an ACE.
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
ACE uid (UUID).
Policies
Show child attributes