Skip to main content
Resolves the “Consulta de antecedentes” from the Procuraduría General de la Nación: the disciplinary, penal, contractual, fiscal, and pérdida de investidura records held in the SIRI system (Sistema de Información de Registro de Sanciones e Inhabilidades). Given a document type and number, it returns the registered name and whether the person or entity has records.

Request

POST /co/procuraduria/disciplinary-records/v1
document_type maps to these identity types: CC (cédula de ciudadanía), CE (cédula de extranjería), NIT, PEP (Permiso Especial de Permanencia), and PPT (Permiso por Protección Temporal).

Response

A clean record returns has_records: false. When found is false, the document is not registered in SIRI: status carries its notice and the other fields are empty.
has_records reflects the headline verdict. The itemized list of sanctions for a record-bearing document is in the official certificate, not this response.

Full reference

Schemas, response fields, and an interactive playground.