# Consulta Divida Ativa União (CADIN)

<table data-header-hidden><thead><tr><th width="271"></th><th></th></tr></thead><tbody><tr><td><strong>Código</strong></td><td><mark style="color:blue;">cnpj-divida-ativa</mark></td></tr><tr><td><strong>Assíncrono</strong></td><td>Não</td></tr></tbody></table>

### Campos de Retorno

<table><thead><tr><th width="253">Campo</th><th>Descrição</th></tr></thead><tbody><tr><td>qtd_dividas</td><td>Quantidade de dividas</td></tr><tr><td>total_divida</td><td>Totais das dividas</td></tr><tr><td>mais_antiga</td><td>Data da divida mais antiga</td></tr><tr><td>mais_atual</td><td>Data da divida mais recente</td></tr><tr><td>Inscrições</td><td>Lista de Inscrições das Dividas</td></tr></tbody></table>

Inscrições

<table><thead><tr><th width="253">Campo</th><th>Descrição</th></tr></thead><tbody><tr><td>numero_inscricao</td><td>Número único que identifica a dívida ativa registrada na Procuradoria da Fazenda Nacional (PGFN).</td></tr><tr><td>tipo_devedor</td><td>Indica se o CPF consultado é o <strong>devedor principal</strong> ou apenas <strong>co-responsável</strong> pela dívida.</td></tr><tr><td>uf</td><td>Unidade federativa (estado) onde a dívida foi registrada</td></tr><tr><td>unidade_responsavel</td><td>Região fiscal da Receita Federal ou PGFN responsável pela cobrança.</td></tr><tr><td>situacao</td><td>Situação atual da inscrição</td></tr><tr><td>tipo_situacao</td><td>Classificação da cobrança</td></tr><tr><td>receita_principal</td><td>Origem da dívida</td></tr><tr><td>data_inscricao</td><td>Data em que a dívida foi inscrita na dívida ativa</td></tr><tr><td>indicador_ajuizado</td><td>Indica se a dívida já foi ajuizada judicialmente</td></tr><tr><td>valor_consolidado</td><td>Valor total atualizado da dívida.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fastflow360.com.br/pessoa-juridica/cnpj/consulta-divida-ativa-uniao-cadin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
