Get a specific chunk by ID.
Args: chunk_id: ID of the chunk to retrieve include_embedding: If True, includes the embedding vector in response
Returns: ChunkResponse with chunk details
Examples: Get chunk without embedding: GET /chunks/chunk_123
Get chunk with embedding: GET /chunks/chunk_123?include_embedding=true
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The workspace ID
Chunk ID
Include embedding vector in response
Successful Response
Response model for a single chunk.
Unique chunk ID
Parent content ID
Collection ID
Chunk text content
Chunk metadata
Index of this chunk within the document
Size of chunk in bytes
Creation timestamp