# Retrieve a Audit Report **GET /v1/audit/data/{id}** Fetches the audit report associated with a specific audit. Provide the unique auditId obtained from either an audit track status response or the audit data list, and the Auditzy API will respond with the relevant details for the specified audit. ## Servers - https://api.auditzy.com: https://api.auditzy.com () ## Authentication methods - Api key ## Parameters #### Path parameters - **id** (string) ## Responses ### 200: Successful response. #### Body Parameters: application/json (object) - **auditId** (string) - **url** (string) - **device** (string) - **network** (string) - **location** (string) - **createdAt** (string) - **labData** (object) - **fieldData** (object) > info > In case the `fieldData` value is `null`, it indicates that Google's Core Web Vitals data (CrUX) is currently unavailable for the provided URL ### 404: Resource not found #### Body Parameters: application/json (object) - **message** (string) A human-readable message providing more details about the error. - **status** (string) A status describing the situation [Powered by Bump.sh](https://bump.sh)