Skip to main content
GET
List refused lines of the collection agent's own settlement files

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de consulta

limit
integer<int64>
padrão:50

Maximum refused lines to return.

Intervalo obrigatório: 1 <= x <= 200
cursor
string

Opaque page cursor from a previous response's nextCursor. Omit for the first (newest) page. A malformed cursor is refused (422) rather than ignored, because silently restarting at the newest page would skip every line in between. A well-formed cursor is applied as given: it is not signed, so it can only move your own position inside your own feed.

Maximum string length: 512

Resposta

OK

data
object[] | null
obrigatório

Refused lines, NEWEST refusal first.

nextCursor
string

Pass back as the cursor query parameter to read the next (older) page. Absent when this page is the end of the feed.