---
title: Download logs for a diagnostic signature
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-diagnosticsignatures-_id_-logs
---

# 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

id: 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

limit: The maximum number of diagnostic logs to return.

## 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 :

## Discussion

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

- [Retrieve Power and Performance Metrics and Log Insights](appstoreconnectapi/retrieve-power-and-performance-metrics-and-log-insights.md)
- [Get power and performance metrics for an app](appstoreconnectapi/get-v1-apps-_id_-perfpowermetrics.md)
- [Get power and performance metrics for a build](appstoreconnectapi/get-v1-builds-_id_-perfpowermetrics.md)
- [List all diagnostic signatures for a build](appstoreconnectapi/get-v1-builds-_id_-diagnosticsignatures.md)
