---
title: "Get chunk"
method: GET
path: "/api/datasphere/documents/{documentId}/chunks/{chunkId}"
tags: ["Chunks"]
---

# Get chunk

`GET /api/datasphere/documents/{documentId}/chunks/{chunkId}`

Retrieves a specific chunk for a Datasphere Document by ID.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _DataSphere_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `documentId` string, uuid, required — Universal Unique Identifier.
- `chunkId` string, uuid, required — Universal Unique Identifier.

## Response `200`

The request has succeeded.

- DatasphereChunkResponse
  - `id` string, uuid, required — Universal Unique Identifier.
  - `datasphere_document_id` string, uuid, required — Universal Unique Identifier.
  - `project_id` string, uuid, required — Universal Unique Identifier.
  - `status` 'submitted' | 'in_progress' | 'completed' | 'failed', required — The current Status of the Chunk.
  - `tags` string[], required — The tags of the document associated with the chunk.
  - `content` string, required — Content of the chunk.
  - `created_at` string, date-time, required — Chunk Creation Date.
  - `updated_at` string, date-time, required — Chunk Update Date.

## Other responses

- `400` — The request is invalid.
- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `500` — An internal server error occurred.

---

[API](https://skmtc.net/signalwire/apis/signalwire-rest-api.md) · [All operations](https://skmtc.net/signalwire/apis/signalwire-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signalwire/signalwire-rest-api/versions/05c5164b85c7/schema)
