Listar os pedidos de empréstimo trabalhista abertos para o leilão
Lê uma página de solicitacoes-trabalhador-paginado (Manual 001 v1.9 §3.2.1/§3.2.2): solicitações de empréstimo abertas para um leilão de 24 horas, cada uma com a margem consignável livre. A janela de inclusão é obrigatória e a rede recusa a leitura sem ela. Esta operação apenas consulta o trilho e não avança o estado do job de descoberta; portanto, pode retornar uma solicitação que o job já processou. Use o fluxo de eventos para saber o que o gateway processou.
Autorizações
JWT bearer token issued by the identity provider.
Parâmetros de consulta
Listing window start, RFC 3339 (rail dataHoraInicio, Obrigatório Sim — Manual 001 v1.9 §3.2.2 p.16).
"2026-08-17T00:00:00Z"
Listing window end, RFC 3339 (rail dataHoraFim, Obrigatório Sim). It must follow data_hora_inicio and lie in the PAST — the rail refuses an end ahead of its own clock with code GR (Manual 001 v1.9 §3.2.1 p.15), so leave a margin of a minute or so for clock drift between the two organizations. The span is capped at 365 days by this gateway.
"2026-08-18T00:00:00Z"
1-based page number, relayed to the rail's nroPagina. The rail owns the page size (Manual 001 v1.9 §3.2.1 p.15: a system parameter, 250 results per page); this surface serves exactly one page per call.
x >= 11
Resposta
OK
Whether at least one further page exists. Derived from the rail's total-pages / total-elements metadata, so a caller never has to re-derive pagination arithmetic.
true
The 1-based page index this response represents, echoing the requested page.
1
The page size this response represents. The RAIL owns it — Manual 001 v1.9 §3.2.1 p.15 publishes it as a system parameter of 250 results per page.
250
The worker loan requests on this page. An empty list is the rail's answer, not an error.

