---
title: "GET /query/"
method: GET
path: "/query/"
tags: ["Entities Endpoint", "Entity Query Endpoint"]
---

# GET /query/

`GET /query/`

Retrieves a list with entity ID, CIDOC CRM code, system class, or view class. You can combine these endpoints in a single query.

## Query parameters

- `entities` integer[]
- `view_classes` string[]
- `system_classes` string[]
- `cidoc_classes` string[]
- `linked_entities` integer[]
- `download` boolean
- `count` boolean
- `centroid` boolean
- `show` string[]
- `format` 'lp' | 'lpx' | 'geojson' | 'geojson-v2' | 'pretty-xml' | 'n3' | 'turtle' | 'nt' | 'xml'
- `export` 'csv' | 'csvNetwork'
- `column` 'id' | 'name' | 'cidoc_class' | 'system_class' | 'begin_from' | 'begin_to' | 'end_from' | 'end_to'
- `sort` 'asc' | 'desc'
- `first` integer
- `last` integer
- `page` integer
- `limit` integer
- `type_id` integer[]
- `relation_type` string[]
- `locale` 'ca' | 'de' | 'en' | 'es' | 'fr'

## Response `200`

Success

## Other responses

- `404` — Something went wrong. Please consult the error message.

## Changes

- **2025-05-23** `416dda657463` — 1 breaking
  - the `results/items/oneOf[#/components/schemas/LinkedPlacesModel]/features/items/types/items/value` response's property type/format changed from `number`/`float` to `number`/`string` for status `200`
- **2025-04-01** `a7203bcb1d40` — 1 breaking
  - added `#/components/schemas/SearchModel` to the `results/items/` response property `oneOf` list for the response status `200`
- **2025-04-01** `b640f0339736` — 28 breaking, 1 warning, 8 info
  - removed the enum value `begin` from the `query` request parameter `column`
  - removed the enum value `checkbox` from the `query` request parameter `column`
  - removed the enum value `class` from the `query` request parameter `column`
  - removed the enum value `content` from the `query` request parameter `column`
  - …33 more

[Change history](https://skmtc.dev/craws/apis/openatlas-api/changes/query/get.md)

---

[API](https://skmtc.dev/craws/apis/openatlas-api.md) · [All operations](https://skmtc.dev/craws/apis/openatlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/craws/openatlas-api/revisions/416dda657463/schema)
