---
title: "Retrieve a report related to a charge point."
method: GET
path: "/api/v1/reports/{reportId}"
tags: ["Reports"]
---

# Retrieve a report related to a charge point.

`GET /api/v1/reports/{reportId}`

Required scope: `reports:read`

## Path parameters

- `reportId` integer, required

## Response `200`

report with provided id

- ReportDto
  - `id` integer, required — Id of the report
  - `reportedByUserId` integer, nullable — Id of the user who reported
  - `operatorId` integer, required — Id of the operator related to the report
  - `relationType` string, required — Type of the relation
  - `relationId` integer, required — Id of the relation
  - `body` string, nullable — Body of the report
  - `state` string, required — State of the report
  - `reason` ReasonDto
    - `id` integer, required — Id of the reason
    - `identifier` string, required — Identifier of the reason
    - `reason` string, required — Reason of the report
    - `type` string, required — Type of the report
    - `priority` string, required — Priority of the report
  - `source` string, nullable — Source of the report
  - `imageUrls` string[], required — List of image URLs
  - `assignedToOperatorId` integer, nullable — Id of the operator assigned to the report
  - `assignedToUserId` integer, nullable — Id of the user assigned to the report
  - `resolvedByUserId` integer, nullable — Id of the user who resolved the report
  - `operatorNote` string, nullable — Note from the operator
  - `adminNote` string, nullable — Note from the admin
  - `userNote` string, nullable — Note from the user
  - `resolvedAt` string, date-time, nullable — Time when the report was resolved
  - `escalatedAt` string, date-time, nullable — Time when the report was escalated
  - `assignedAt` string, date-time, nullable — Time when the report was assigned
  - `payload` object[], nullable — Additional **raw** payload data, ie. for driver-support reports coming from Zendesk
  - `createdAt` string, date-time, required — Time when the report was created
  - `updatedAt` string, date-time, nullable — Time when the report was updated
  - `deletedAt` string, date-time, nullable — Time when the report was deleted

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
