> 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.

# listRequests

List requests with filters.

Retrieves requests (tickets) based on filter criteria. This method allows you to search and filter requests using various parameters
and sorting options. Useful for building dashboards, reports, or searching
for specific tickets.

## Parameters

| Name         | Type                 | Required | Description          |
| ------------ | -------------------- | -------- | -------------------- |
| `view_name`  | string               | Yes      |                      |
| `page`       | integer              | No       | Default: `1`.        |
| `per_page`   | integer              | No       | Default: `25`.       |
| `sort_order` | RequestListSortOrder | No       |                      |
| `body`       | RequestFilterDTO\[]  | Yes      | Request body (array) |