Retrieves workflow automations for the project, with optional filtering by status and tags.
curl --request GET \
--url 'https://api.autosend.com/v1/automations?status=active&tags=onboarding&page=1&limit=20' \
--header 'Authorization: Bearer AS_your-project-api-key'
{
"success": true,
"data": {
"workflowAutomations": [
{
"id": "60d5ec49f1b2c72d9c8b9abc",
"name": "Welcome Series",
"status": "active",
"entryCriteria": { "type": "contact_created" },
"exitCriteria": { "type": "workflow_complete" },
"steps": [],
"tags": ["onboarding"],
"trackingOpen": true,
"trackingClick": true,
"createdBy": {
"id": "60d5ec49f1b2c72d9c8b3333",
"firstName": "Jane",
"lastName": "Doe"
},
"analytics": {
"totalEntered": 1250,
"totalCompleted": 980,
"totalExited": 40,
"totalActive": 230,
"sent": 2100,
"delivered": 2050,
"opened": 1320,
"clicked": 410,
"bounced": 12
},
"activeAt": "2026-05-08T10:00:00.000Z",
"createdAt": "2026-05-01T08:00:00.000Z",
"updatedAt": "2026-05-08T10:00:00.000Z"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1,
"pages": 1
}
}
}
Documentation Index
Fetch the complete documentation index at: https://docs.autosend.com/llms.txt
Use this file to discover all available pages before exploring further.
status and comma-separated tags.curl --request GET \
--url 'https://api.autosend.com/v1/automations?status=active&tags=onboarding&page=1&limit=20' \
--header 'Authorization: Bearer AS_your-project-api-key'
{
"success": true,
"data": {
"workflowAutomations": [
{
"id": "60d5ec49f1b2c72d9c8b9abc",
"name": "Welcome Series",
"status": "active",
"entryCriteria": { "type": "contact_created" },
"exitCriteria": { "type": "workflow_complete" },
"steps": [],
"tags": ["onboarding"],
"trackingOpen": true,
"trackingClick": true,
"createdBy": {
"id": "60d5ec49f1b2c72d9c8b3333",
"firstName": "Jane",
"lastName": "Doe"
},
"analytics": {
"totalEntered": 1250,
"totalCompleted": 980,
"totalExited": 40,
"totalActive": 230,
"sent": 2100,
"delivered": 2050,
"opened": 1320,
"clicked": 410,
"bounced": 12
},
"activeAt": "2026-05-08T10:00:00.000Z",
"createdAt": "2026-05-01T08:00:00.000Z",
"updatedAt": "2026-05-08T10:00:00.000Z"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1,
"pages": 1
}
}
}
AS_<key>.draft, active, paused, or archived."onboarding,trial"1.50, maximum 100.trueShow child attributes
createdBy user and live analytics for active workflows.curl --request GET \
--url 'https://api.autosend.com/v1/automations?status=active&tags=onboarding&page=1&limit=20' \
--header 'Authorization: Bearer AS_your-project-api-key'
{
"success": true,
"data": {
"workflowAutomations": [
{
"id": "60d5ec49f1b2c72d9c8b9abc",
"name": "Welcome Series",
"status": "active",
"entryCriteria": { "type": "contact_created" },
"exitCriteria": { "type": "workflow_complete" },
"steps": [],
"tags": ["onboarding"],
"trackingOpen": true,
"trackingClick": true,
"createdBy": {
"id": "60d5ec49f1b2c72d9c8b3333",
"firstName": "Jane",
"lastName": "Doe"
},
"analytics": {
"totalEntered": 1250,
"totalCompleted": 980,
"totalExited": 40,
"totalActive": 230,
"sent": 2100,
"delivered": 2050,
"opened": 1320,
"clicked": 410,
"bounced": 12
},
"activeAt": "2026-05-08T10:00:00.000Z",
"createdAt": "2026-05-01T08:00:00.000Z",
"updatedAt": "2026-05-08T10:00:00.000Z"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 1,
"pages": 1
}
}
}