list_runs
Retrieve past analysis runs from PosBuzz, newest first. Filter by sources and keywords to locate specific runs you didn't save or need to revisit.
Instructions
Lists the tenant's past runs, newest first. Use it to find a run whose token you didn't save, or to revisit past analyses.
keywords / sources are contains-all filters (a run must include every value given). Page through with meta.next_cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page (1–100, default 50). | |
| cursor | No | Opaque cursor returned in meta.next_cursor. Pass to fetch the next page. | |
| sources | No | Keep only runs whose sources include every value given. | |
| keywords | No | Keep only runs whose keywords include every value given. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes | Cursor-based pagination. Pass `next_cursor` as the next `cursor` until it is null to fetch everything. |