---
title: "GET /api/v1/datagrid-columns"
method: GET
path: "/api/v1/datagrid-columns"
tags: ["Datagrid Columns"]
---

# GET /api/v1/datagrid-columns

`GET /api/v1/datagrid-columns`

Retrieves multiple datagrid columns.

## Query parameters

- `datagridId` string, uuid, required — A UUID v4 string that identifies an entity.

## Headers

- `authorization` string, required — The API key to use for authentication. Can be created in the api keys section on the workspace settings page.

## Response `200`

Retrieves all datagrid columns for the specified datagrid.

- object[]
  - `createdAt` string, date-time, required
  - `id` string, uuid, required — A UUID v4 string that identifies an entity.
  - `updatedAt` string, date-time, required
  - `datagridId` string, uuid, required — The datagrid ID associated with the column.
  - `description` string, required — The description of the column. Will be used by the agent to understand how to interact with it.
  - `detail` union, required
    - object
      - `semanticSearch` boolean, required
      - `type` 'string', required
    - object
      - `type` 'number', required
    - object
      - `type` 'boolean', required
    - object
      - `allowedExtensions` string[], required
      - `type` 'file', required
  - `name` string, required — The display name of the datagrid column.

## Other responses

- `401` — Unauthorized.
- `404` — Datagrid not found.

---

[API](https://skmtc.dev/zaia/apis/public-api.md) · [All operations](https://skmtc.dev/zaia/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zaia/public-api/revisions/58da3b2ba49f/schema)
