List orders (admin)
Returns the institution-scoped paginated list of judicial orders with non-sensitive summary fields. The institution is addressed by the path id; filters (status, tipo_ordem, period, subject) are optional.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
The institution's unique identifier (UUID).
"550e8400-e29b-41d4-a716-446655440000"
Query Parameters
Filter by judicial order status.
"PENDING"
Filter by order type.
"BLOQUEIO"
Period start (RFC3339).
"2026-01-01T00:00:00Z"
Period end (RFC3339).
"2026-01-31T23:59:59Z"
Filter by subject CPF/CNPJ (tokenized server-side).
"52998224725"
Subject document type (cpf or cnpj; inferred when absent).
"cpf"
Maximum items per page.
50
Pagination offset.
0

