# Retrieve all Audit Reports **GET /v1/audit/data** Provides a compiled list of your Audits, ordered chronologically by their creation date. The latest audit created will be presented at the top of the list. ## Servers - https://api.auditzy.com: https://api.auditzy.com () ## Authentication methods - Api key ## Parameters ### Query parameters - **limit** (number) Limit is the number of objects to be returned. The default limit is 10. - **skip** (number) Skip is the number of objects to be skipped. ## Responses ### 200 Successful response. #### Body: application/json (object) - **data** (array[object]) An array of audit reports - **total** (number) The total number of objects in the array. ### 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)