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>"
}
]
}Automations
List automations
Retrieves all automations in the workspace with their configuration details.
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
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
Show child attributes
Show child attributes
Last modified on May 26, 2026
⌘I