List browser profiles (cursor pagination)
list_profiles_cursorFetch paginated profiles using a cursor from the previous page's next_page_url, keeping all filters unchanged for reliable navigation through large workspaces.
Instructions
Cursor-paginated profile listing. Prefer this over list_profiles when walking a large workspace: pass the cursor from the previous response's next_page_url and keep every other parameter identical.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| order | No | ||
| query | No | ||
| cursor | No | Opaque cursor taken from `next_page_url`. | |
| sortBy | No | ||
| folders | No | ||
| statuses | No | ||
| previous_page | No | Set true when the cursor came from `prev_page_url`. |