paymo_list_workflow_statuses
Retrieve Paymo workflow statuses with their IDs and names to map status IDs to human-readable labels for tasks and projects.
Instructions
List the workflow statuses available in Paymo (id, name, seq, action) — useful to map status_id to a human name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to return (default 50). Raise it when you need more, and use offset to page. Large listings are expensive: they stay in context for the rest of the conversation. | |
| offset | No | Number of records to skip before returning, for paging past the first page. | |
| verbose | No | When false (default) only the documented field subset is returned. Set true to return every field Paymo provides for each record. |