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

List skills

Retrieve a list of all AI skills for the specified entity.

get
Authorizations
D360-API-KEYstringRequired

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

Query parameters
agent_idstringOptional

Optional settings ID. When provided, returns skills for the specified settings. When absent, returns skills for the most recently created settings for the given channel.

Header parameters
X-API-Versionstring · enumOptional

Meta Business Agent API version

Possible values:
Responses
200

A list of all skills

application/json

A single AI skill

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

Last updated

Was this helpful?