---
title: "List attributes"
method: GET
path: "/api/v1/attributes"
tags: ["Attributes"]
---

# List attributes

`GET /api/v1/attributes`

This endpoint enables you to list the attributes available in your organization's Soda Cloud account.

Optionally filter by resource type using the `resourceType` query parameter.

This GET is a paginated API that uses the following parameters to request specific details:

- `size`: Supply an integer value between 10 and 1000, inclusive. The default value is 1000.

- `page`: Supply an integer value. The default value is 0.

- `resourceType`: Optional. Filter by resource type (`dataset`, `check`, or `column`).

## Authentication

User authentication required: `true`

This endpoint accepts authentication via API keys in the `Basic` authentication header, or a pre-authenticated token in HTTP cookie `token`. Cookie sessions extend automatically on each request.

## Authorization

Any Soda Cloud user in your organization may execute this query.

## Tags

`Attributes`

## Rate limiting

60 requests/60 seconds

## Query parameters

- `page` integer
- `resourceType` 'dataset' | 'check' | 'column'
- `size` integer

## Response `200`

Successful response

- PublicApiListAttributesResponse
  - `content` AttributeContentDTO[], required
    - `allowedValues` string[]
    - `description` string
    - `id` string, required
    - `label` string, required
    - `name` string, required
    - `resourceType` 'dataset' | 'check' | 'column', required
    - `type` 'text' | 'number' | 'checkbox' | 'datetime' | 'singleSelect' | 'multiSelect', required
  - `first` boolean, required
  - `last` boolean, required
  - `number` integer, required
  - `size` integer, required
  - `totalElements` integer, required
  - `totalPages` integer, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.dev/soda/apis/soda-cloud-api-v4.md) · [All operations](https://skmtc.dev/soda/apis/soda-cloud-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/soda/soda-cloud-api-v4/revisions/ce87192b6b72/schema)
