v1
latestOpenAPI 3.0.02026-07-222980136.7 KBAudits
List content checks
get/v1/audits/geo/content-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 content checks.
Example response
{
"items": [
{
"id": "01HXCONTENT5XY8Z2N3KQ7VAW4",
"workspaceId": "01HX7K2YV9D3M8N0G6Q5R4S3T2",
"url": "https://www.adidas.com/us/running",
"createdDate": "2026-01-26T08:52:13.000Z"
}
],
"paging": {
"nextCursor": null,
"hasMore": false
}
}