---
title: "POST /api/v1/query/{collectionname}"
method: POST
path: "/api/v1/query/{collectionname}"
---

# POST /api/v1/query/{collectionname}

`POST /api/v1/query/{collectionname}`

## Path parameters

- `collectionname` string, required

## Request body

- QueryParams
  - `explain` boolean
  - `queryas` string
  - `sort` union
    - string
    - IStringToStringDictionary
  - `skip` number, double
  - `top` number, double
  - `projection` IStringToStringDictionary
  - `query` unknown, required

## Response `200`

Ok

- unknown[]
  - unknown

---

[API](https://skmtc.dev/openiap/apis/openiap-core.md) · [All operations](https://skmtc.dev/openiap/apis/openiap-core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openiap/openiap-core/revisions/b408fccf6c2f/schema)
