For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get a skill

Retrieve a specific AI skill by its ID.

get
Authorizations
D360-API-KEYstringRequired

API Key for Messaging API authentication. Send your API key in the D360-API-KEY header.

Path parameters
skill_idstringRequired

The unique identifier (UUID) of the skill

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Responses
200

The requested skill

application/json

A single AI skill

channelstring · enumRequiredPossible values:
created_atintegerOptional
descriptionstringOptional
idstringRequiredExample: 1234567890
skillstringRequired
titlestringOptional
get/agent_config/skills/{skill_id}

Last updated

Was this helpful?