---
title: "POST /reporting/application"
method: POST
path: "/reporting/application"
tags: ["reporting"]
---

# POST /reporting/application

`POST /reporting/application`

Get reporting menu options for application reports.

## Request body

- CreateReportSchema
  - `version` string, required
  - `variant` string, required
  - `name` string, required
  - `language` string, required
  - `breadcrumbs` integer[], required
  - `elements` object
  - `channel_id` string
  - `message_id` string
  - `guild_id` string
  - `stage_instance_id` string
  - `guild_scheduled_event_id` string
  - `reported_user_id` string
  - `application_id` string
  - `user_id` string
  - `widget_id` string

## Response `200`

- ReportingMenuResponse
  - `name` string, required
  - `version` string, required
  - `variant` string, required
  - `postback_url` string, required
  - `language` string
  - `root_node_id` integer, required
  - `success_node_id` integer, required
  - `fail_node_id` integer, required
  - `nodes` object, required

## Other responses

- `204` — No description available

## Changes

- **2026-07-21** `263020bd7c9b` — 1 breaking, 9 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `language` to the response with the `200` status
  - added the required property `fail_node_id` to the response with the `200` status
  - added the required property `name` to the response with the `200` status
  - …6 more
- **2026-04-28** `d209eb052880` — 1 info
  - endpoint added
- **2026-04-19** `1cde78e24558` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/spacebarchat/apis/spacebar-server/changes/reporting/application/post.md)

---

[API](https://skmtc.dev/spacebarchat/apis/spacebar-server.md) · [All operations](https://skmtc.dev/spacebarchat/apis/spacebar-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spacebarchat/spacebar-server/revisions/a15db2c050e7/schema)
