---
title: "GET /api/projects/{pid}/spiders/{sid}/jobs/{jid}/data"
method: GET
path: "/api/projects/{pid}/spiders/{sid}/jobs/{jid}/data"
tags: ["api"]
---

# GET /api/projects/{pid}/spiders/{sid}/jobs/{jid}/data

`GET /api/projects/{pid}/spiders/{sid}/jobs/{jid}/data`

## Query parameters

- `page` integer
- `page_size` integer
- `type` string
- `search` string
- `level` string

## Response `200`

OK

- object
  - `count` number, required — Data items count.
  - `previous` string, uri, nullable — URI to the previous data chunk.
  - `next` string, uri, nullable — URI to the next data chunk.
  - `results` object[] — Data items.

## Changes

- **2026-05-25** `f6d99c794e83` — 2 info
  - added the new optional `query` request parameter `level`
  - added the new optional `query` request parameter `search`
- **2022-06-23** `abc63a565218` — 2 warning
  - deleted the `query` request parameter `level`
  - deleted the `query` request parameter `search`

[Change history](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation/changes/api/projects/:pid/spiders/:sid/jobs/:jid/data/get.md)

---

[API](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation.md) · [All operations](https://skmtc.dev/bitmakerla/apis/estela-api-v1-0-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bitmakerla/estela-api-v1-0-documentation/revisions/ec53774a2b78/schema)
