v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBModels
Get model AI agent actions
Return AI agent actions configured for a model — a unified list of sample queries and skills suitable for surfacing as suggested prompts in AI interfaces.
Sample queries come from both model.sample_queries and each topic's sample_queries. Skills come from model.skills and each topic's skills, deduped by ID with topic skills overriding model skills.
When no actions are configured at the model or topic level, records returns an empty array.
get/v1/models/{modelId}/ai-agent-actions
Path parameters
modelIdstring uuid required
The unique identifier of the model.
Response
AI agent actions retrieved successfully