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

# listServiceItems

List all service items in a workspace (requires workspace\_id).

Lists all available service catalog items for a workspace. Use this to discover available services that employees can request. **Use Case:**
Call this to get the `item_id` needed for `createServiceRequest` and
`getRequestFormFields(type=SERVICE)` endpoints.

## Parameters

| Name          | Type    | Required | Description    |
| ------------- | ------- | -------- | -------------- |
| `workspaceId` | integer | Yes      |                |
| `page`        | integer | No       | Default: `1`.  |
| `per_page`    | integer | No       | Default: `25`. |