Skip to main content
GET
/
ace
/
{ace_uid}
/
policies
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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.timbal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

ace_uid
string<uuid>
required

ACE uid (UUID).

Response

Policies

policies
object[]
required