Skip to main content
GET
/
api
/
automations
List all automations for the current organization
curl --request GET \
  --url https://app.proliferate.com/api/automations \
  --header 'Authorization: Bearer <token>'
{
  "automations": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organization_id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "enabled": true,
      "agent_instructions": "<string>",
      "default_prebuild_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "allow_agentic_repo_selection": true,
      "created_by": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "_count": {
        "triggers": 123,
        "schedules": 123
      },
      "activeProviders": [
        "linear"
      ],
      "agent_type": "<string>",
      "model_id": "<string>",
      "default_prebuild": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "snapshot_id": "<string>"
      },
      "creator": {
        "id": "<string>",
        "name": "<string>",
        "image": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Proliferate dashboard.

Response

200

automations
object[]
required