Source: https://manu-tests-all-orgs.docs-staging.pageloop.ai/mcp-tools/requests-tickets/service-catalog/list-service-items

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