Source: https://manu-tests-all-orgs.docs-staging.pageloop.ai/mcp-tools/requests-tickets/users-workspaces/list-views

# listViews

List views accessible to the current user.

Returns all views accessible to the current user for a given component type. Use this to discover available views before calling `listRequests` with a `view_name`. Each view has a `reference_key` — use this as the `view_name` parameter in `listRequests`.

## Parameters

| Name           | Type                                           | Required | Description                                                                                              |
| -------------- | ---------------------------------------------- | -------- | -------------------------------------------------------------------------------------------------------- |
| `component`    | `REQUEST` \| `ASSET` \| `CHANGE` \| `APPROVAL` | No       | The component type to list views for (default REQUEST) Default: `REQUEST`.                               |
| `workspace_id` | integer                                        | No       | Include workspace-scoped and user-saved views for this workspace (built-in defaults are always returned) |
