Get a single automation

GET https://{{base_url}}/v1/projects/{{project_uid}}/automations/{{automation_uid}}

The Get a single automation request fetches a specific automation from a project in which it was created.

To use the API Request, you need to authenticate yourself with an Organization UID and Authtoken. Read more about it in Authentication.


For more information, refer to the Get a single automation API Reference document

Request Params

KeyDatatypeRequiredDescription
show_stepsbooleanSet this to “true” to return all the steps, triggers associated with each automation in a project.

HEADERS

KeyDatatypeRequiredDescription
authtokenstringEnter your authtoken. Refer Authentication for more details.
organization_uidstringEnter the Organization UID.
Content-Typestring