---
title: List all profiles for a bundle id
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-bundleids-_id_-profiles
---

# List all profiles for a bundle id

Get a list of all profiles for a specific bundle ID.

## URL

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

## Path Parameters

id:

## Query Parameters

limit: fields[profiles]:

## 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 app information of a bundle id](appstoreconnectapi/get-v1-bundleids-_id_-app.md)
- [List all capabilities for a bundle id](appstoreconnectapi/get-v1-bundleids-_id_-bundleidcapabilities.md)
- [Get the app ID for a bundle ID](appstoreconnectapi/get-v1-bundleids-_id_-relationships-app.md)
- [Read bundle Id capabilities ids for a bundle Id](appstoreconnectapi/get-v1-bundleids-_id_-relationships-bundleidcapabilities.md)
- [List profile IDs for a bundle ID](appstoreconnectapi/get-v1-bundleids-_id_-relationships-profiles.md)
