List the credits ceded to one fund the caller administers
Returns the credits a fund you administer actually OWNS.
Ownership is keyed on the cessão registration and on nothing else: a credit merely ATTRIBUTED to the fund (allocated to it, but with no cessão registered) is INVISIBLE here, exactly as it is on the fund’s own route.
This operation is for the BANCARIZADOR, which administers many funds and carries none on its credential, so it names the fund it means. The fence is the tenant plus that fund: the tenant is derived from the validated identity and is never read from the request, and the path id must resolve to a fund registered under THAT tenant. An id belonging to another tenant answers 404, identically to one that never existed. The reference the credit query runs on is the resolved fund row’s own, so nothing else in the request narrows or widens it.
A fund reading its own credits uses GET /v1/consignado/fundo/creditos instead, where the fund comes from the credential and there is no fund parameter at all.
Authorizations
JWT bearer token issued by the identity provider.
Path Parameters
The fund's internal id, as returned in the id field of GET /v1/consignado/fundos. It must name a fund registered under the caller's own tenant; anything else answers 404.
Query Parameters
Narrows the read to ONE credit the caller already names: the same idempotency_key the bid was submitted under. Omit for the whole page. It never widens the fund fence.
128Maximum number of credits to return. Omitted means the ceiling of 500; a value outside 1..500 is refused with a validation error.
1 <= x <= 500Response
OK

