Contents

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}/logs

Path Parameters

NameTypeDescription
id Requiredstring

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

NameTypeDescription
limit Optionalinteger

The maximum number of diagnostic logs to return.

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/vnd.apple.diagnostic-logs+json
diagnosticLogs

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not 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.

Example Request and Response

See Also

Getting Metrics and Diagnostic Logs