Retrieve an automation by ID
cURL
curl --request GET \ --url https://api.slant.app/v1/automations/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "abc123xyz", "name": "New Client Onboarding" }
Documentation IndexFetch the complete documentation index at: https://docs.slant.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.slant.app/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0 Bearer Token from Clerk authentication
The automation ID
successful
The ID of the automation
"abc123xyz"
The name of the automation
"New Client Onboarding"