Search processes
POST /co/rama-judicial/cases-by-entity/v1 finds processes by entity name.
Resolve by radicación
POST /co/rama-judicial/cases-by-radicado/v1 resolves a case by its 23-digit registration
number and returns metadata plus the first 40 actuaciones (actions) available.
When no public case matches, found is false and primary_case is null.
Resolve many radicados (batch)
POST /co/rama-judicial/cases-by-radicado/v1/batch resolves up to 50
radicados in one request. Items are resolved concurrently and returned in the
same order, each with its own status, so one bad radicado never fails the batch.
Rama Judicial is a live upstream and can be slow or briefly unavailable.
These endpoints may return
502 upstream_error; retry with backoff.Full reference
Schemas, all response fields, and an interactive playground.