---
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

## Changes

> 11 revisions in range; 1 could not be searched.

- **2024-01-03** `5ebcb3a3174f` — 1 breaking, 1 info
  - the `tags/additionalProperties/` request property type/format changed from `string`/`` to ``/``
  - added `subschema #1, subschema #2, subschema #3, subschema #4` to the `tags/additionalProperties/` request property `anyOf` list
- **2023-12-21** `278bc0a942be` — 2 breaking
  - removed `subschema #1, subschema #2, subschema #3, subschema #4` from the `tags/additionalProperties/` request property `anyOf` list
  - the `tags/additionalProperties/` request property type/format changed from ``/`` to `string`/``

[Change history](https://skmtc.dev/openpipe/apis/openpipe-api/changes/report/post.md)

---

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