---
title: "Get public view of a report"
method: GET
path: "/v4/reports/{reportId}/views/public"
tags: ["Reports"]
---

# Get public view of a report

`GET /v4/reports/{reportId}/views/public`

Returns the publicly accessible view of the specified report.

## Path parameters

- `reportId` string, required

## Response `200`

Successful response

- PublicReportResponse
  - `created_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
  - `display_name` string, required
  - `download_uri` string, required
  - `executor_type` 'DASHBOARD' | 'SPARK' | 'SQL', required
  - `formats` string[], required
  - `id` string, required
  - `parameters` object, required
  - `report_type` string, required
  - `result` PublicReportResultResponse, required
    - `completed_date` string — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `formats_info` object
    - `started_date` string — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
    - `status` 'CANCELED' | 'DONE' | 'EXPIRED' | 'FAILED' | 'IN_PROGRESS' | 'PENDING' | 'PENDING_DATA' | 'SFTP_DELIVERY_FAILED'
    - `total_rows` integer
  - `scopes` string[], required
  - `tags` string[], required
  - `user_id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
