Skip to content
BrainyShorts Docs
Esc
navigateopen⌘Jpreview

List automations

Create and edit automations in the dashboard or over MCP.

GET/api/automations
Authorization
AuthorizationBearer token (ba_run_...) · headerrequired

Per-run token returned by start, valid for 6 hours and bound to one run.

or
AuthorizationBearer token (ba_sk_...) · headerrequired

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

Responses
200

OK

automationsobject[]
401

Missing, invalid, expired, or revoked API key

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