---
title: "Show data quality audits"
method: GET
path: "/dataquality/audits/{orgAgentId}"
tags: ["data quality", "experimental"]
---

# Show data quality audits

`GET /dataquality/audits/{orgAgentId}`

Shows audits that happened during processing of data quality inputs.
One of "requestId" or "resourceIri" needs to be provided.
Only errors are tracked. Audits expire 1 day after creation. Returns a maximum of 100 audits.
If there are no audits, it is likely the request was executed successfully.

Access requirement: Requires an admin token. It also requires admin access to the organization.

This endpoint is in active development. Its definition and behavior may change frequently and without notice.

## Path parameters

- `orgAgentId` string, required

## Query parameters

- `requestId` string
- `resourceIri` string

## Response `200`

Successful operation

- DataQualityAuditsDto — Audits of the Data Quality
  - `audits` DataQualityAuditRecord[] — The list of audits
    - `auditType` string
    - `executedAt` string, date-time
    - `message` string
    - `requestId` string
    - `resourceIri` string

## Other responses

- `400` — Bad Request
- `401` — User is unauthorized to perform action
- `403` — Access forbidden
- `500` — Server error

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
