Skip to main content
GET
List actuaciones

Authorizations

Authorization
string
header
required

Use Authorization: Bearer YOUR_API_KEY

Query Parameters

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>
default: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).

Available options:
discovered,
judicial
cursor
string

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

page_size
integer
default:25

Rows per page (default 25, max 100).

Required range: 1 <= x <= 100

Response

Successful response

data
object[]
required
next_cursor
string | null
required

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

has_more
boolean
required