Fetches one page of workflows from DailyBot, optionally filtered by name. DailyBot exposes HATEOAS pagination on `/v1/workflows/`: each response carries a `next` field that is the full URL of the next page. ONE DailyBot API call is made per invocation; pagination is caller-drive…
limitintegerMaximum number of workflows to fetch from the DailyBot `/v1/workflows/` endpoint in this single call. Only used when `cursor` is not supplied (DailyBot's `next` URL already encodes the page size for follow-up calls). Default is the API's server-side default.
cursorstringPagination cursor: the full URL returned in `next_cursor` from a previous response. Omit on the first call to start from the first page. The DailyBot API uses HATEOAS pagination — `next` is a complete URL with the limit/offset query params already embedded, so this value is pass…
offsetintegerNumber of workflows to skip from the start of the results. Only used when `cursor` is not supplied; for follow-up pages use `cursor` instead, since DailyBot's `next` URL already encodes the offset.
workflow_namestringOptional case-insensitive name to match against the workflows returned in THIS page only. When provided, the action filters the page locally and returns just the matching workflow (or an empty list when not found on this page). When omitted, the full page of workflows is returne…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.