Get a UI skill
Retrieve a single UI 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
instruction_idstringRequired
The unique identifier of the UI skill
Header parameters
X-API-Versionstring · enumOptionalPossible values:
Meta Business Agent API version
Responses
200
The requested UI skill
application/json
A single UI skill
component_typestring · enumRequiredExample:
The type of rich message this UI skill sends
cta_urlPossible values: created_atintegerRequiredExample:
The timestamp when the UI skill was created
1735689600flow_idintegerOptionalExample:
The identifier of the associated flow. Only present for flow skills
1234567890idstringRequiredExample:
A unique identifier for the UI skill
1234567890instructionstringRequiredExample:
A description telling the AI agent when to send this UI skill
Send this when the customer asks to browse the product catalogstatusstring · enumRequiredExample:
Whether this UI skill is enabled and available to the AI agent
enabledPossible values: titlestringRequiredExample:
A human-readable name for the UI skill
Show the catalog carouselupdated_atintegerRequiredExample:
The timestamp when the UI skill was last updated
1735689600400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not found
application/json
429
Too many requests
application/json
500
Server error
application/json
get/agent-ui-skills/{instruction_id}
GET /agent-ui-skills/{instruction_id} HTTP/1.1
Host: waba-v2.360dialog.io
D360-API-KEY: YOUR_API_KEY
Accept: */*
{
"component_type": "cta_url",
"created_at": 1735689600,
"flow_id": 1234567890,
"id": "1234567890",
"instruction": "Send this when the customer asks to browse the product catalog",
"status": "enabled",
"title": "Show the catalog carousel",
"updated_at": 1735689600
}Last updated
Was this helpful?