---
title: List all devices in a profile
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-profiles-_id_-devices
---

# List all devices in a profile

Get a list of all devices for a specific provisioning profile.

## URL

GET https://api.appstoreconnect.apple.com/v1/profiles/{id}/devices

## Path Parameters

id:

## Query Parameters

limit: fields[devices]:

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Getting Related Data

- [Read the bundle id in a profile](appstoreconnectapi/get-v1-profiles-_id_-bundleid.md)
- [Get the bundle ID for a profile](appstoreconnectapi/get-v1-profiles-_id_-relationships-bundleid.md)
- [List all certificates in a profile](appstoreconnectapi/get-v1-profiles-_id_-certificates.md)
- [List certificate IDs for a profile](appstoreconnectapi/get-v1-profiles-_id_-relationships-certificates.md)
- [List device IDs for a profile](appstoreconnectapi/get-v1-profiles-_id_-relationships-devices.md)
