Skip to main content
GET
List orders (admin)

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

institutionId
string
required

The institution's unique identifier (UUID).

Example:

"550e8400-e29b-41d4-a716-446655440000"

Query Parameters

status
string

Filter by judicial order status.

Example:

"PENDING"

tipo_ordem
string

Filter by order type.

Example:

"BLOQUEIO"

periodo_inicio
string

Period start (RFC3339).

Example:

"2026-01-01T00:00:00Z"

periodo_fim
string

Period end (RFC3339).

Example:

"2026-01-31T23:59:59Z"

cpf_cnpj
string

Filter by subject CPF/CNPJ (tokenized server-side).

Example:

"52998224725"

doc_type
string

Subject document type (cpf or cnpj; inferred when absent).

Example:

"cpf"

limit
integer<int64>

Maximum items per page.

Example:

50

offset
integer<int64>

Pagination offset.

Example:

0

Response

OK

data
object[] | null
required
limit
integer<int64>
required
offset
integer<int64>
required
total
integer<int64>
required