Skip to main content

MetaPaginated

Information about the request.

request_idRequestID (string)

Unique ID for the request related to the response.

pagination object

Keys for working with paginated operations.

per_pagenumber

Number of entities per page for the response.

nexturi

URL containing the query parameters of the original request, along with the after parameter that marks the starting point of the next page.

has_moreboolean

Whether the response has another page.

estimated_totalnumber

Estimated number of resources for the response.

MetaPaginated
{
"request_id": "string",
"pagination": {
"per_page": 0,
"next": "string",
"has_more": true,
"estimated_total": 0
}
}