v1
latestOpenAPI 3.0.02026-07-222980136.7 KBAudits
List crawlability checks
get/v1/audits/geo/crawlability-checks
Query parameters
cursorstring
Optional. Pagination cursor — pass back the nextCursor value from a previous response. Omit to fetch the first page.
Optional. Pagination cursor — pass back the nextCursor value from a previous response. Omit to fetch the first page.
workspaceIdstring
Optional. Filter results to a specific workspace the API key has access to. If omitted, results span every workspace the API key can read.
Example:01HX7K2YV9D3M8N0G6Q5R4S3T2
Optional. Filter results to a specific workspace the API key has access to. If omitted, results span every workspace the API key can read.
Response
A list of crawlability checks.
Example response
{
"items": [
{
"id": "01HXCRAW1MZB7VAW4PQ8K2N3J9",
"workspaceId": "01HX7K2YV9D3M8N0G6Q5R4S3T2",
"url": "https://www.adidas.com/us/running",
"domain": "adidas.com",
"createdDate": "2026-01-26T08:29:45.000Z"
},
{
"id": "01KGMWMRTN1MVAD6496SJHG3MV",
"workspaceId": "01HX7K2YV9D3M8N0G6Q5R4S3T2",
"url": "https://nike.com",
"domain": "nike.com",
"createdDate": "2026-02-04T17:54:15.000Z"
}
],
"paging": {
"nextCursor": null,
"hasMore": false
}
}