---
title: "POST /report"
method: POST
path: "/report"
---

# POST /report

`POST /report`

Report an API call

## Request body

- object
  - `requestedAt` number — Unix timestamp in milliseconds
  - `receivedAt` number — Unix timestamp in milliseconds
  - `reqPayload` unknown
  - `respPayload` unknown
  - `statusCode` number — HTTP status code of response
  - `errorMessage` string — User-friendly error message
  - `tags` object — Extra tags to attach to the call for filtering. Eg { "userId": "123", "promptId": "populate-title" }

## Response `200`

Successful response

- object
  - `status` union, required
    - 'ok'
    - 'error'

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/openpipe/apis/openpipe-api.md) · [All operations](https://skmtc.net/openpipe/apis/openpipe-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openpipe/openpipe-api/revisions/4054c6b918a8/schema)
