Saltar al contenido principal
GET
Listar excepciones

Autorizaciones

Authorization
string
header
requerido

Autenticación con token Bearer (formato: "Bearer {token}")

Encabezados

X-Request-Id
string

A unique identifier for tracing the request across services.

Parámetros de consulta

status
enum<string>

Filter by status

Opciones disponibles:
OPEN,
ASSIGNED,
PENDING_RESOLUTION,
RESOLVED
severity
enum<string>

Filter by severity

Opciones disponibles:
LOW,
MEDIUM,
HIGH,
CRITICAL
assigned_to
string

Filter by assigned user

external_system
enum<string>

Filter by external system

Opciones disponibles:
JIRA,
SERVICENOW,
WEBHOOK
date_from
string

Filter from date (RFC3339)

date_to
string

Filter to date (RFC3339)

cursor
string

The cursor value for retrieving the next page of results.

limit
integer
predeterminado:20

Number of items per page

Rango requerido: 1 <= x <= 200
sort_by
enum<string>
predeterminado:id

The field used to sort the results.

Opciones disponibles:
id,
created_at,
updated_at,
severity,
status
sort_order
enum<string>
predeterminado:desc

The order used to sort the results.

Opciones disponibles:
asc,
desc

Respuesta

Indica que la solicitud fue exitosa y la respuesta contiene los datos esperados.

Lista paginada de excepciones

hasMore
boolean
Ejemplo:

true

items
object[]

Lista de excepciones

limit
integer
Rango requerido: 1 <= x <= 200
Ejemplo:

20

nextCursor
string
Ejemplo:

"eyJpZCI6IjEyMyJ9"

prevCursor
string
Ejemplo:

"eyJpZCI6IjEyMiJ9"