---
title: "Get collection result"
method: GET
path: "/collections/{collection_id}"
tags: ["collections"]
---

# Get collection result

`GET /collections/{collection_id}`

## Path parameters

- `collection_id` integer, required

## Query parameters

- `token` string, required
- `query` string
- `size` integer
- `from` integer
- `include` string
- `exclude` string
- `sort` string

## Response `200`

Valid response from the server

## Other responses

- `204` — No Content
- `400` — Malformed request or incorrect fields/values provided
- `401` — Authentication credentials might be incorrect or missing
- `404` — Incorrect Resource URL / Empty Result for supplied queries / Expired scroll_id
- `415` — Request body is not json or Content Type is not application/json
- `429` — You have exceeded the number of allowed calls

---

[API](https://skmtc.net/lens/apis/lens-api.md) · [All operations](https://skmtc.net/lens/apis/lens-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lens/lens-api/revisions/4212453c4c6a/schema)
