---
title: "GET /reports/exports/{id}/"
method: GET
path: "/reports/exports/{id}/"
tags: ["reports"]
---

# GET /reports/exports/{id}/

`GET /reports/exports/{id}/`

## Path parameters

- `id` string, uuid, required

## Response `200`

- DataExport — Mixin to validate that a valid enterprise license exists before allowing to save the object
  - `id` string, uuid, required
  - `requested_by` PartialUser, required — Partial User Serializer, does not include child relations.
    - `pk` integer, required
    - `username` string, required — Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
    - `name` string, required — User's display name.
    - `is_active` boolean — Designates whether this user should be treated as active. Unselect this instead of deleting accounts.
    - `last_login` string, date-time, nullable
    - `email` string, email
    - `attributes` object
    - `uid` string, required
  - `requested_on` string, date-time, required
  - `content_type` ContentType, required
    - `id` integer, required
    - `app_label` string, required
    - `model` string, required
    - `verbose_name_plural` string, required
    - `fully_qualified_model` string, required
  - `query_params` object, required
  - `file_url` string, required
  - `completed` boolean, required

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
