Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Get automation health summary

GET
/api/v3/automations/health-summary
curl --request GET \
--url 'https://api.tryletterhead.com/api/v3/automations/health-summary?api=true' \
--header 'Authorization: Bearer <token>'

A rollup of your companyโ€™s automations: how many exist in total, how many are currently active (running or processing), and how many need attention because theyโ€™ve stopped on an error (including one whose template was disabled and hasnโ€™t been replaced).

v3 endpoints expect a company API key.

api
required
boolean

Required. Set to true.

200 OK

Media type application/json
object
items
object
total
integer
totalActive
integer
totalErrored
integer
message
string
total
integer
Example
{
"items": {
"total": 12,
"totalActive": 9,
"totalErrored": 1
},
"message": "Automation health summary fetched successfully.",
"total": 0
}

Still can’t find what you need? Contact support.