List indexed pages with cursor pagination
GET
/api/v3/organisations/{organisation}/projects/{project}/ai-search/pages
const url = 'https://dashboard.quantcdn.io/api/v3/organisations/example/projects/example/ai-search/pages';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://dashboard.quantcdn.io/api/v3/organisations/example/projects/example/ai-search/pages \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”organisation
required
string
project
required
string
Query Parameters
Section titled “Query Parameters”limit
integer
cursor
string
search
string
Responses
Section titled “Responses”Pages
