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

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

limit
integer<int64>
predeterminado:50

Maximum refused lines to return.

Rango requerido: 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

Respuesta

OK

data
object[] | null
requerido

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.