Skip to main content
GET
/
v2
/
skills
List Skills
curl --request GET \
  --url https://tavusapi.com/v2/skills \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "skill_id": "internet_search",
      "display_name": "Internet Search",
      "description": "Lets the PAL answer questions with up-to-date information from the web."
    }
  ]
}
For AI agents, use https://docs.tavus.io/openapi.yaml for the full HTTP API contract.

Authorizations

x-api-key
string
header
required

Response

Successfully retrieved the skill registry

data
object[]