List all registered CSV reports

List all registered CSV reports, including the expired ones if necessary.

This API does not return the reports contents but a set of metadata describing each report

Query parameters
expired
boolean

If set to true the API will return expired and available reports CSV

Responses
  • 200 Return a set of reports CSV metadata

    Array [

    uuid
    string (UUID) required

    The unique identifier of the report CSV. With that UUID, it is possible to download the CSV

    removeAt
    integer required

    Indicates when the report CSV will be deleted from database

    reportId
    string (Internal ID) required

    Id of the report that generated this CSV

    reportName
    string required

    Name of the report that generated this CSV

    ]

  • 204 No metadata available
  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal Server error