Skip to main content
GET
List actuaciones

Autorizaciones

Authorization
string
header
requerido

Use Authorization: Bearer YOUR_API_KEY

Parámetros de consulta

q
string

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

content
string

Keyword in the actuación text (case insensitive), e.g. sentencia, notificación.

defendant
string

Partial match on the defendant name.

defendant_id
string

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

office
string

Partial match on the judicial office (despacho).

source
string

Public source the actuación was recorded from, exactly as returned in source (e.g. CONSULTA_PROCESOS, PUBLICACIONES_PROCESALES, TYBA).

since
string<date-time>

ISO 8601 date-time. Only actuaciones on or after this instant, on the column chosen by since_mode.

until
string<date-time>

ISO 8601 date-time. Only actuaciones strictly before this instant, on the column chosen by since_mode.

since_mode
enum<string>
predeterminado:discovered

Which date since / until (and the ordering) use. discovered (default): when Croma recorded the actuación (action_created_at), the right choice for "what is new since my last sync". judicial: the actuación's own date (registration_date).

Opciones disponibles:
discovered,
judicial
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