---
title: "List crawlability checks"
method: GET
path: "/v1/audits/geo/crawlability-checks"
tags: ["Audits"]
---

# List crawlability checks

`GET /v1/audits/geo/crawlability-checks`

## Query parameters

- `cursor` string — Optional. Pagination cursor — pass back the `nextCursor` value from a previous response. Omit to fetch the first page.
- `workspaceId` string — 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 `200`

A list of crawlability checks.

- PublicApiCrawlabilityChecksList
  - `items` PublicApiCrawlabilityCheckListItem[], required
    - `id` string, required
    - `workspaceId` string, required
    - `url` string, required
    - `domain` string, required
    - `createdDate` string, required
  - `paging` PublicApiCursorPageInfo, required
    - `nextCursor` string, nullable, required
    - `hasMore` boolean, required

## Other responses

- `400` — Validation failed.
- `401` — Unauthorized.
- `403` — Forbidden.

---

[API](https://skmtc.net/otterly/apis/otterly-public-api.md) · [All operations](https://skmtc.net/otterly/apis/otterly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otterly/otterly-public-api/versions/49f12c5f26c7/schema)
