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
    }
  ]
}

Encabezados

Authorization
string

El token de autorización en formato 'Bearer '. Importante: Este encabezado es obligatorio si su entorno tiene habilitado Access Manager. Para obtener más información, consulte la documentación de Access Manager.

X-Organization-id
string

The unique identifier of the Organization associated with the request.

Parámetros de consulta

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.

Respuesta

La lista de informes en el sistema.

items
object[]

Información sobre el informe.