Download Logs for a Diagnostic Signature
Get the anonymized backtrace logs associated with a specific diagnostic signature.
URL
GET https://api.appstoreconnect.apple.com/v1/diagnosticSignatures/{id}/logsPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | The resource ID that uniquely identifies a diagnostic signature. Obtain the diagnostic signature resource ID from the List All Diagnostic Signatures for a Build response. |
Query Parameters
| Name | Type | Description |
|---|---|---|
limit Optional | integer | The maximum number of diagnostic logs to return. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/vnd.apple.diagnostic-logs+json | diagnosticLogs | |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | An error occurred with your request. |
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 404 | Not Found Content-Type: application/json | ErrorResponse | Resource not found. |
| 429 | Content-Type: application/json | ErrorResponse |
Discussion
The example below requests a single disk write diagnostic log for a specific signature.