hubspot_workflows_list
Retrieve a paginated list of all automation workflows from HubSpot Automation v4 API. Use the pagination cursor to fetch additional pages.
Instructions
[BETA] List automation workflows (flows) from HubSpot Automation v4 API. Returns a paginated list of all flows in the portal with shape { results, total, pagination: { nextCursor } | null }. Use pagination.nextCursor from the response as the "after" parameter to fetch subsequent pages. Requires the "automation" OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor from a previous response (paging.next.after). Omit for the first page. | |
| limit | No | Maximum number of flows to return per page (1–100, default 20) |