curl --request GET \
--url http://localhost:3333/v1/tasks/{taskId}/automations/{automationId} \
--header 'X-API-Key: <api-key>'Retrieve details for a specific automation
curl --request GET \
--url http://localhost:3333/v1/tasks/{taskId}/automations/{automationId} \
--header 'X-API-Key: <api-key>'Was this page helpful?