# List Apple organization devices

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

List organization devices from the Apple Business API.

Action ID: `org_devices.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.org_devices.read`

## Input schema fields

- `page_size`
- `cursor`

## Output schema fields

- `org_devices`
- `org_devices[]`
- `org_devices[].id`
- `org_devices[].serial_number`
- `org_devices[].device_model`
- `org_devices[].product_family`
- `org_devices[].product_type`
- `org_devices[].color`
- `org_devices[].device_capacity`
- `org_devices[].status`
- `org_devices[].order_number`
- `org_devices[].order_date_time`
- `org_devices[].added_to_org_date_time`
- `org_devices[].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/org_devices.list
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/apple_business/actions
