API Reference / List workflows
List workflows
GET/api/v1/workflows
The account's recurring workflows with their schedule, next run and step list.
curl -H "Authorization: Bearer $REVNU_API_TOKEN" https://revnu.com/api/v1/workflowsResponse
{ "workflows": [{ id, name, description, status, scheduleText, scheduleEcho, nextRunAt, steps: [{ id, title, details }], url }, …] }.
Agents: this page is also markdown at /docs/workflows.md, answers Accept: text/markdown, and is listed in /docs/llms.txt.
Frequently Asked Questions
`results:read`. A token without it gets `403` with `requiredScope` in the body. `GET /me` shows a token's scopes.