Skip to content
BrainyShorts Docs
Esc
navigateopen⌘Jpreview

Sync automations for an executor

GET/api/agent/automations/sync
Authorization
AuthorizationBearer token (ba_sk_...) · headerrequired

API key from /dashboard/api-keys. Keys expire after 365 days.

Query parameters
executor_idstringrequired
Responses
200

OK

automationsobject[]
401

Missing, invalid, expired, or revoked API key

errorstringrequired
codestring
Try it
Server
Authorization
Parameters
Request
curl -X GET "https://www.brainyshorts.com/api/agent/automations/sync?executor_id=string" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
{
  "automations": [
    {}
  ]
}