Saltar al contenido principal
GET
/
v1
/
reports
Obtener informes
curl --request GET \
  --url https://reporter.sandbox.lerian.net/v1/reports
{
"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
}
]
}

Headers

Authorization
string

The authorization token. Important: This header is required if your environment has the Access Manager plugin enabled.

X-Organization-id
string

The unique identifier of the Organization associated with the request.

Query Parameters

page
integer

Número de página a devolver.

limit
integer

Número de registros devueltos.

status
string

Estado de procesamiento del informe. Valores permitidos: Processing, Finished, Error.

templateID
string

Identificador de la plantilla.

createdAt
string

Fecha y hora en que se creó el informe.

Response

La lista de informes en el sistema.

items
object[]
  • Option 1
  • Option 2