---
title: "GET /api/v1/user/reports"
method: GET
path: "/api/v1/user/reports"
tags: ["reports"]
---

# GET /api/v1/user/reports

`GET /api/v1/user/reports`

Fetch users available reports

## Query parameters

- `humanId` string
- `clientUserId` string
- `createdByOrderId` string

## Response `200`

OK

- UserReports[]
  - union
    - object
      - `name` string
      - `reports` IndividualReportInfo[]
        - `fileExtension` string
        - `id` string
        - `uri` string
        - `createdAt` string, date-time
        - `createdByOrderId` string, nullable
        - `orderIds` string[]
        - `providerIds` string[]
        - `clientProviderIds` string[]
    - object
      - `name` 'combined'
      - `baseReportNames` string[]
      - `reports` CombinedReportInfo[]
        - `fileExtension` string
        - `id` string
        - `uri` string
        - `createdAt` string, date-time
        - `createdByOrderId` string, nullable
        - `orderIds` string[]
        - `providerIds` string[]
        - `clientProviderIds` string[]
        - `groupBy` 'user_id'

## Other responses

- `401` — The token provided is invalid. It may have expired or may have been revoked.
- `404` — The specified resource was not found (e.g. the id does not exist)

---

[API](https://skmtc.dev/humanapi/apis/admin-api.md) · [All operations](https://skmtc.dev/humanapi/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humanapi/admin-api/revisions/23ae65b043bf/schema)
