List all automations. Optionally filter by book_id to scope to a specific book.
cURL
curl --request GET \ --url https://api.slant.app/v1/automations \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "abc123xyz", "name": "New Client Onboarding" } ], "pagination": { "current_page": 1, "total_pages": 10, "total_count": 100, "per_page": 25 } }
OAuth 2.0 Bearer Token from Clerk authentication
Page number
Items per page (1-100, default: 25). Values over 100 will be clamped to 100.
1 <= x <= 100
Filter by book ID
successful
Show child attributes