Skip to main content
GET
TypeScript

Query Parameters

pageCursor
string

Cursor to the next page

pageSize
number
default:10

Amount of results to return in the next page

Required range: 1 <= x <= 50
sortBy
enum<string>
default:createdAt

Field(s) to use for sorting

Available options:
createdAt
order
enum<string>
default:ASC

Is the order ascending or descending

Available options:
ASC,
DESC

Response

Validation keys list along with data required to request the next page if applicable

data
object[]
required

Response object for getting external validation keys.

next
string

The ID of the next page