getWorkspaces
Fetch accessible Postman workspaces with optional filters for type, creator, or element. Supports pagination via cursor.
Instructions
Gets all accessible workspaces. For 'my ...' requests, call GET /me first and pass createdBy={me.user.id}. Paginated with cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| createdBy | No | User ID (from GET /me: me.user.id) for 'my ...' requests | |
| type | No | Workspace type filter | |
| cursor | No | Pagination cursor (meta.nextCursor from previous response) | |
| elementId | No | Filter by element ID (requires elementType) | |
| elementType | No | Element type (requires elementId) | |
| include | No | Include 'mocks:deactivated' or 'scim' | |
| limit | No | Max rows (default 100) |