Skip to main content
GET
/
automations
List automations
curl --request GET \
  --url https://api.docsautomator.co/automations \
  --header 'Authorization: Bearer <token>'
{
  "automations": [
    {
      "_id": "<string>",
      "title": "<string>",
      "dataSource": {
        "name": "<string>"
      },
      "dataSourceName": "<string>",
      "docTemplateLink": "<string>",
      "newDocumentNameField": "<string>",
      "isActive": true,
      "saveGoogleDoc": true,
      "locale": "<string>",
      "formatNumbersWithLocale": true,
      "pdfExpiration": "<string>",
      "dateCreated": "2023-11-07T05:31:56Z",
      "lastPreviewPdf": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key from your workspace settings. Pass as Authorization: Bearer <key> or X-API-Key: <key>. Find it at app.docsautomator.co/settings/workspace/api.

Response

List of automations

automations
object[]
Last modified on May 26, 2026