---
title: "Retrieves a list of report requests for large reports which were offloaded separately"
method: GET
path: "/api/reports/request"
tags: ["Reports"]
---

# Retrieves a list of report requests for large reports which were offloaded separately

`GET /api/reports/request`

## Response `200`

OK

- IntectReportRequest[]
  - `Status` IntectReportRequestStatus
    - `StaticDataId` integer
    - `Key` string
    - `Id` integer
    - `Name` string
    - `Description` string
    - `SortKey` string
  - `Report` IntectReport
    - `AreaId` integer, nullable
    - `CategoryId` integer, nullable
    - `Parameters` string
    - `SupportedFormats` string[]
    - `ExcludeColumns` string[]
    - `ExcludeColumnsPdf` string[]
    - `PortraitOrientation` boolean
    - `HaveSums` boolean
    - `ShowInReportsTab` boolean
    - `RelevantCountries` IntectCountry[]
      - `IsSupported` boolean
      - `DefaultLanguageId` integer
      - `ReleaseNoteLink` string
      - `GetHelpOnlineLink` string
      - `OperatingStatus` string
      - `StaticDataId` integer
      - `Key` string
      - `Id` integer
      - `Name` string
      - `Description` string
      - `SortKey` string
    - `RequiredRoleId` integer
    - `BackendKey` string
    - `StaticDataId` integer
    - `Key` string
    - `Id` integer
    - `Name` string
    - `Description` string
    - `SortKey` string
  - `Id` integer
  - `RequestingUserId` integer
  - `StatusId` integer
  - `RequestTime` string, date-time
  - `CompletionTime` string, date-time, nullable
  - `CompanyId` integer
  - `ReportId` integer
  - `ReportParameters` string
  - `OutputFormat` string
  - `FileName` string, uuid
  - `ErrorMessage` string
  - `ReportNameOverride` string

---

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