Listar actuaciones
The organization-wide feed of actuaciones across every case, most relevant first (relevance, then date). Use since / until with since_mode to build change feeds. Cursor-paginated.
Autorizaciones
Use Authorization: Bearer YOUR_API_KEY
Parámetros de consulta
Partial, case-insensitive match on the case's registration number (radicado).
Keyword in the actuación text (case insensitive), e.g. sentencia, notificación.
Partial match on the defendant name.
Partial match on the defendant identification number (cédula or NIT).
Partial match on the judicial office (despacho).
Public source the actuación was recorded from, exactly as returned in source (e.g. CONSULTA_PROCESOS, PUBLICACIONES_PROCESALES, TYBA).
ISO 8601 date-time. Only actuaciones on or after this instant, on the column chosen by since_mode.
ISO 8601 date-time. Only actuaciones strictly before this instant, on the column chosen by since_mode.
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).
discovered, judicial Opaque pagination cursor from a previous response's next_cursor. Omit for the first page.
Rows per page (default 25, max 100).
1 <= x <= 100