# Track status of an audit **GET /v1/audit/status/{id}** Tracks status of an audit ## Servers - https://api.auditzy.com: https://api.auditzy.com () ## Authentication methods - Api key ## Parameters ### Path parameters - **id** (string) Tracking Id ## Responses ### 200 Successful response. #### Body: application/json (object) - **trackingId** (string) - **url** (string) - **status** (string) - **auditId** (string) The auditId for the audit data. > info > Please note that the ==auditId== field is only visible if the value of the ==status== field in the data object is `completed`. ### 404 Resource not found #### Body: 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)