Skip to main content
GET
Get batch verification results.
Use cursor and the returned nextCursor for new integrations. Treat cursors as opaque and continue until nextCursor is null after the request is finalized. offset remains available for compatibility.

Authorizations

X-Api-Key
string
header
required

Canonical authentication. Send a Bounceless key in blc.… format.

Path Parameters

id
string<uuid>
required

Query Parameters

limit
integer
default:50
Required range: 1 <= x <= 200
cursor
string

Opaque cursor returned as nextCursor by the preceding page. Canonical for new integrations.

Minimum string length: 1
offset
integer
default:0

Compatibility pagination. New integrations should use cursor and nextCursor.

Required range: x >= 0

Response

Paginated results

jobId
string<uuid>
required
results
object[]
required
limit
integer
required
offset
integer
required
nextCursor
string | null
required

Pass a non-null value back as cursor. Null marks the last current page; only a finalized request is a complete collection.

partial
boolean
required
finalized
boolean
required
countsMayChange
boolean
required

True only while the request can still change the result counters.

requestId
string
required