list_cloudflow_flow_runs
Retrieve CloudFlow flow runs, newest first. Filter by test or production mode, and paginate through results using page tokens.
Instructions
Manage CloudFlow. Returns a flow's runs, newest first. Use mode to separate test runs from production
ones — test runs are included by default.
Per-node detail is not included here; fetch a single run to read what each node consumed
and produced. This endpoint is paginated: to fetch the next page, call again passing the response's pageToken value as the pageToken parameter. Stop once the response has no pageToken — that means there are no more pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| flowId | Yes | ||
| pageToken | No | ||
| maxResults | No | ||
| customerContext | No | Scope the request to a specific customer by ID. Required for DoiT employees (whose token isn't tied to a single customer); omit for direct customer users. |