---
title: "POST get-error-reports"
method: POST
path: "get-error-reports"
---

# POST get-error-reports

`POST get-error-reports`

## Request body

- object
  - `since` string, iso
  - `sinceId` string, uuid — UUID formatted string
  - `limit` integer — integer
  - `source` string — not whitespace string
  - `profileId` string — not whitespace string
  - `kind` string — not whitespace string
  - `tenant` string — not whitespace string
  - `version` string — not whitespace string
  - `hint` string — not whitespace string
  - `until` string, iso

## Response `default`

A default response

- object
  - `items` object[], required
    - `id` string, uuid, required — UUID formatted string
    - `createdAt` string, iso, required
    - `source` string, required — not whitespace string
    - `profileId` string — not whitespace string
    - `kind` string — not whitespace string
    - `tenant` string — not whitespace string
    - `version` string — not whitespace string
    - `hint` string — not whitespace string
  - `nextSince` string, iso
  - `nextId` string, uuid — UUID formatted string

---

[API](https://skmtc.net/penpot/apis/untitled-api.md) · [All operations](https://skmtc.net/penpot/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/penpot/untitled-api/versions/6440f0b9dfc1/schema)
