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

# searchEntities

Full-text search across multiple entity types (requests, users, assets, changes).

Cross-entity full-text search — finds matches across requests, users,
assets, changes, and service items in a single query. Returns flattened
results with basic metadata (id, label, type, description, timestamps).

## Parameters

| Name                | Type                   | Required | Description    |
| ------------------- | ---------------------- | -------- | -------------- |
| `per_page`          | integer                | No       | Default: `25`. |
| `page`              | integer                | Yes      | Default: `1`.  |
| `sort_order`        | BaseSearchSortOrder    | No       |                |
| `search_type`       | object                 | No       |                |
| `search_components` | object                 | No       |                |
| `query`             | string                 | No       |                |
| `per_page`          | integer                | No       | Default: `10`. |
| `page`              | integer                | No       | Default: `1`.  |
| `filters`           | SearchBaseFilterDTO\[] | No       |                |