Get automation by id
GET
/
api
/
automations
/
{id}
Authorizations
x-api-key
string
headerrequiredResponse
200 - application/json
The response is of type object
.
{
"id": "a8a95eeb-a54c-42eb-8d41-276217368105",
"created_at": "2024-01-22T13:09:16.847+00:00",
"last_updated_at": "2024-01-22T13:09:16.847+00:00",
"created_by": "5899f99d-a449-4bfa-8769-19c097aaf1f6",
"last_run_at": null,
"next_run_at": null,
"title": "First automation by API",
"description": "",
"dashboard": "c5d37456-a042-4177-ab5f-69563f07937d",
"output_format": "link",
"schedule": "",
"recipient_type": "internal",
"email_format": "",
"email_subject": "",
"recipients": [],
"team": "ee5b08c6-5167-4425-bbc3-a746fe4a7ead",
"enabled": false,
"last_updated_by": "5899f99d-a449-4bfa-8769-19c097aaf1f6",
"timezone": "Asia/Calcutta"
}
You can find all properties for Automations in the concepts at this link