# List Apple management services

Canonical URL: https://docs.fuse.init.inc/integrations/apple-business/actions/management_services.list

List MDM management services (servers) for the organization.

Action ID: `management_services.list`
Provider: Apple Business (`apple_business`)
Contract version: 1

## Risk and exposure

- Risk: Read
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK
- MCP hints: readOnly=true, destructive=false, idempotent=true, openWorld=true

## Required scopes

- `apple.management_services.read`

## Input schema fields

- `page_size`
- `cursor`

## Output schema fields

- `management_services`
- `management_services[]`
- `management_services[].id`
- `management_services[].server_name`
- `management_services[].server_type`
- `management_services[].created_date_time`
- `management_services[].updated_date_time`
- `next_cursor`

Provider overview: https://docs.fuse.init.inc/integrations/apple-business
Actions index: https://docs.fuse.init.inc/integrations/apple-business/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/apple_business/actions/management_services.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/apple_business/actions
