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
Key | Datatype | Required | Description |
---|---|---|---|
show_steps | boolean | Set this to “true” to return all the steps, triggers associated with each automation in a project. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
authtoken | string | Enter your authtoken. Refer Authentication for more details. | |
organization_uid | string | Enter the Organization UID. | |
Content-Type | string |