get_provisioning_profiles
Retrieve iOS/macOS provisioning profiles from your Appcircle organization, optionally filtered by app bundle ID.
Instructions
Get provisioning profiles for the organization.
Returns the list of provisioning profiles (e.g. iOS/macOS) registered in Appcircle. Sensitive/large fields (binary, metaData, certificateThumbPrints, provisionedDevices, connectApiKeyId) are omitted from the response. Optionally filter by app (bundle) ID.
Args: app_id: Optional app (bundle) ID to filter provisioning profiles (e.g. com.example.app).
Returns: Standard envelope (see docs/tool_contract.md): - Success: success (true), data (list of provisioning profile objects), meta (count, filters). - Error: success (false), error (tool, type, message, details).
Examples: Get all provisioning profiles: get_provisioning_profiles() Filter by app: get_provisioning_profiles(app_id="com.example.myapp")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |