---
title: "Find indexed resource using the object UUID"
method: GET
path: "/api/v2/audit-logs/find/{uuid}"
tags: ["v2 audit logs"]
---

# Find indexed resource using the object UUID

`GET /api/v2/audit-logs/find/{uuid}`

Finds existing indexed resources

## Path parameters

- `uuid` string, required

## Response `200`

Returns the object

- IndexResult
  - `offset` integer
  - `limit` integer
  - `totalCount` integer
  - `results` object[]
  - `facetResults` FacetFieldResult[]
    - `field` string
    - `totalCount` integer
    - `values` FacetValue[]
      - `label` string
      - `value` string
      - `count` integer
    - `selectedValues` string[]
  - `date` string, date-time

## Other responses

- `401` — Unauthorized access
- `403` — Forbidden access

---

[API](https://skmtc.net/keeps/apis/roda-rest-api.md) · [All operations](https://skmtc.net/keeps/apis/roda-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keeps/roda-rest-api/versions/afc3c5bcc0d9/schema)
