---
title: "List your account’s Verification Reports"
method: GET
path: "/sexoffender/report/live"
---

# List your account’s Verification Reports

`GET /sexoffender/report/live`

Newest first. Returns control-plane metadata only; GET one report for its snapshot.

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Account-scoped report metadata

- AuditReportList
  - `reports` AuditReportListItem[], required
    - `report_id` string, required
    - `status` 'queued' | 'running' | 'completed' | 'failed', required
    - `created_at` string, date-time, required
    - `completed_at` string, date-time
    - `failure_code` string
    - `message` string
    - `action` string
    - `resource_uri` string, required
    - `pdf_uri` string — Present only when completed.
  - `next_cursor` string, nullable, required — Pass as cursor, or null at the end.

## Other responses

- `400` — Error with an actionable next step. Unknown or other-account reports return opaque 404.
- `401` — Error with an actionable next step. Unknown or other-account reports return opaque 404.
- `403` — Error with an actionable next step. Unknown or other-account reports return opaque 404.
- `503` — Error with an actionable next step. Unknown or other-account reports return opaque 404.

## Changes

- **2026-09-26** `a647e84e9275` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/offenders/apis/offenders-io-sex-offender-registry-api/changes/sexoffender/report/live/get.md)

---

[API](https://skmtc.dev/offenders/apis/offenders-io-sex-offender-registry-api.md) · [All operations](https://skmtc.dev/offenders/apis/offenders-io-sex-offender-registry-api/llms.txt) · [OpenAPI document](https://skmtc.dev/offenders/apis/offenders-io-sex-offender-registry-api/revisions/a647e84e9275?raw)
