List a project's crawls
List a project's crawls
GET
/projects/{project_uid}/crawlsAuthorization
bearerApiKey AuthorizationBearer <token>
Create a REST API key in Settings > Connected Apps. MCP credentials do not authenticate this API.
In: header
Path Parameters
project_uid*string
Accessible project UID. Discover it with GET /projects; do not guess it.
Match
^[a-z0-9]{10}$Query Parameters
limit?integer
Maximum records to return. Defaults to 50.
Range
1 <= value <= 100Default
50cursor?string
Opaque cursor returned by the prior response. Do not construct or alter it.
Length
length <= 512Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/projects/string/crawls"{ "data": [ { "uid": "string", "status": "string", "target_url": "http://example.com", "max_pages": 0, "depth": 1, "health_score": 0, "seo_score": 0, "pages_total": 0, "critical_issues": 0, "warnings": 0, "notices": 0, "queued_at": "2019-08-24T14:15:22Z", "started_at": "2019-08-24T14:15:22Z", "finished_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z" } ], "links": { "first": "http://example.com", "last": "http://example.com", "prev": "http://example.com", "next": "http://example.com" }, "meta": { "path": "http://example.com", "per_page": 0, "next_cursor": "string", "prev_cursor": "string" }}{ "message": "Unauthenticated."}{ "message": "string", "code": "string"}{ "message": "Project not found or not accessible."}{ "message": "string", "code": "string", "errors": { "property1": [ "string" ], "property2": [ "string" ] }}{ "message": "string", "code": "string"}