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