---
title: "Get Crawl Data"
method: GET
path: "/workflows/crawl-data/{crawl_id}"
tags: ["workflows"]
---

# Get Crawl Data

`GET /workflows/crawl-data/{crawl_id}`

Retrieve checkpoint data for a completed crawl.

Returns a paginated response with Link objects and total count.

## Path parameters

- `crawl_id` string, required

## Query parameters

- `offset` integer — Pagination offset
- `limit` integer — Page size

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/evrimai/apis/cartography-server.md) · [All operations](https://skmtc.net/evrimai/apis/cartography-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evrimai/cartography-server/versions/5ee44bc43d24/schema)
