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

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Query Parameters

limit
integer<int64>
default:50

Maximum refused lines to return.

Required range: 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

Response

OK

data
object[] | null
required

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.