Skip to main content
GET
List processes

Autorizaciones

Authorization
string
header
requerido

Use Authorization: Bearer YOUR_API_KEY

Parámetros de consulta

q
string

Partial, case-insensitive match on the registration number (radicado).

status
enum<string>

Monitoring status of the case in your portfolio. TRACKING: actively monitored for new actuaciones. NOT_TRACKING: monitoring paused.

Opciones disponibles:
TRACKING,
NOT_TRACKING
priority
enum<string>

Filter by priority. Priority is a personal flag each dashboard user sets on their own cases, so it has no organization-level value: NONE matches every case, while HIGH and MEDIUM are accepted but match no rows for API callers.

Opciones disponibles:
HIGH,
MEDIUM,
NONE
defendant
string

Partial, case-insensitive match on the defendant name.

defendant_id
string

Partial match on the defendant identification number (cédula or NIT).

office
string

Partial, case-insensitive match on the judicial office (despacho).

date_from
string<date>

ISO 8601 date. Only cases filed on or after this date.

date_to
string<date>

ISO 8601 date. Only cases filed on or before this date.

has_actions
boolean

true: only cases with at least one actuación. false: only cases with none.

cursor
string

Opaque pagination cursor from a previous response's next_cursor. Omit for the first page.

page_size
integer
predeterminado:25

Rows per page (default 25, max 100).

Rango requerido: 1 <= x <= 100

Respuesta

Successful response

data
object[]
requerido
next_cursor
string | null
requerido

Cursor for the next page. null when has_more is false.

has_more
boolean
requerido