---
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' | 'table_row' | 'pretty-xml' | 'n3' | 'turtle' | 'nt' | 'xml'
- `export` 'csv' | 'csvNetwork'
- `column` 'id' | 'name' | 'cidoc_class' | 'system_class' | 'type' | 'class' | 'created' | 'creator' | 'content' | 'count' | 'description' | 'extension' | 'icon' | 'group' | 'license_holder' | 'license' | 'public' | 'size' | 'begin_from' | 'begin_to' | 'end_from' | 'end_to' | 'end' | 'begin' | 'checkbox'
- `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-11-25** `f6bbad448a9f` — 1 info
  - added the new enum value `checkbox` to the `query` request parameter `column`
- **2025-11-25** `ce0e102b135c` — 2 info
  - added the new enum value `begin` to the `query` request parameter `column`
  - added the new enum value `end` to the `query` request parameter `column`
- **2025-11-20** `071c35a915c5` — 14 info
  - added the new enum value `class` to the `query` request parameter `column`
  - added the new enum value `content` to the `query` request parameter `column`
  - added the new enum value `count` to the `query` request parameter `column`
  - added the new enum value `created` to the `query` request parameter `column`
  - …10 more
- **2025-11-19** `d309f14c25fc` — 1 info
  - added the new enum value `table_row` to the `query` request parameter `format`
- **2025-11-17** `20d5f0959963` — 1 breaking
  - removed the enum value `table_row` from the `query` request parameter `format`

[Full 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/f6bbad448a9f/schema)
