Skip to main content
GET
/
v1
/
reports
Retrieve Reports
curl --request GET \
  --url https://reporter.sandbox.lerian.net/v1/reports \
  --header 'X-Organization-id: <x-organization-id>'
{
  "items": [
    {
      "id": "0196b268-620d-7d09-afa3-85e4d5369eg3",
      "templateId": "0196b264-24d4-7e0b-ad5c-9028cc05138d",
      "filters": null,
      "status": "Processing",
      "completedAt": "2025-05-09T00:18:27.507Z",
      "createdAt": "2025-05-09T00:18:27.469Z",
      "updatedAt": "2025-05-09T00:18:27.469Z",
      "deletedAt": null
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string

The authorization token in the 'Bearer ' format.

Important: This header is required if your environment has Access Manager enabled. For more information, refer to the Access Manager documentation.

X-Organization-id
string
required

The unique identifier of the Organization associated with the request.

Query Parameters

page
integer

Page number to be returned.

limit
integer

Number of records returned.

status
string

The processing status of the report. Allowed values: Processing, Finished, Error.

templateId
string

The identifier of the template.

createdAt
string

Date and time when the report was created.

Response

The list of reports in the system.

items
object[]

Information about the report.