Retrieve an automation

以 Markdown 格式查看
Scope: automations:read

身份验证

AuthorizationBearer

Your ara_ API key from Settings > Ara API. Keys are capability-scoped: run, plugins:read, secrets:read, secrets:write, sessions:read, knowledge:read, repos:read, repos:write, reviews:read, reviews:write, analytics:read, org:read, org:write, attachments:read, attachments:write, plugins:write, guardrails:read, guardrails:write.

路径参数

orgIdstring必需

Organization id or slug. Resolve it with GET /v3/self.

automationIdstring必需

响应

The automation.
idstring可选
org_idstring可选
namestring or null可选
instructionsstring or null可选
The system instructions the automation runs with.
modelstring or null可选
enabledboolean可选

A paused (false) automation’s triggers never fire.

toolsobject可选
environmentobject可选
triggerslist of objects可选
Every condition that fires this automation. Empty until you add one.
created_atdatetime可选
updated_atdatetime可选

错误

404
Not Found Error