# Retrieve the list of Audit logs Retrieve the list of audit logs for the authenticated client Endpoint: GET /v2/audits Security: Bearer-Auth ## Response 200 fields (application/json): - `id` (string) A unique identifier for the audit, represented as a universally unique identifier (UUID) - `calculated_at` (string) The date of the calculation requested. Example: "2025-02-18T16:39:10Z" - `request` (object) The item from the request body used for the calculation. The stucture of this property may vary based on the parameters of the calculation request. - `response` (object) The calculation results provided in the response by SQUAKE. - `calculation` (object) More details information like the distance and the emission factors used during the calculation. To have this feature enabled, please contact SQUAKE support - `calculation.distance` (object) The distance used for the calculation. - `calculation.distance.corrected` (object) - `calculation.distance.corrected.distance` (number) - `calculation.distance.corrected.distance_unit` (string) SQUAKE uses common distance units Enum: "meter", "kilometer", "feet", "mile", "nautical_mile" - `calculation.distance.original` (object) - `calculation.emission_factors` (object) The emission factors used during the calculation. This object can contain various factors, which will differ from methodology to methodology. - `methodology` (object) Information about the methodology used for the calculation. - `methodology.name` (string) Name of the methodology used for the calculation. - `methodology.version` (string) Version of the methodology used for the calculation. - `methodology.source` (string) URL linking to the official documentation or source of the methodology used in the calculation. - `audit_for` (object) If you make a calculation on behalf of a specific legal entity, you can specify their details here. - `audit_for.legal_name` (string, required) Legal name of the entity you're performing calculation for. - `audit_for.external_id` (string) External id of the entity you're performing audit for. ## Response 403 fields (application/json): - `errors` (array) - `errors.code` (string, required) An application-specific error code, expressed as a string value. Enum: "field_validation_error", "server_error", "not_authorized", "not_found", "invalid_methodology", "invalid_type" - `errors.detail` (string) A human-readable explanation specific to this occurrence of the problem. Like title, this field's value can be localized. - `errors.source` (object) An object containing references to the primary source of the error - `errors.source.id` (string) - `errors.source.attribute` (string, required) - `errors.source.model` (string)