> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developer-test.atomicwork.com/llms.txt.
> For full documentation content, see https://developer-test.atomicwork.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developer-test.atomicwork.com/_mcp/server.

# 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) |