v1
latestOpenAPI 3.0.12026-07-268028223.9 KBAutomations
List automations
List all automations. Optionally filter by book_id to scope to a specific book.
get/v1/automations
Query parameters
pageinteger
Page number
per_pageinteger
Items per page (1-100, default: 25). Values over 100 will be clamped to 100.
book_idstring
Filter by book ID
Response
successful
Example response
{
"data": [
{
"id": "abc123xyz",
"name": "New Client Onboarding"
}
],
"pagination": {
"current_page": 1,
"total_pages": 10,
"total_count": 100,
"per_page": 25
}
}