---
title: "Get Attributes"
method: GET
path: "/attributes"
---

# Get Attributes

`GET /attributes`

This endpoint retrieves all attributes available to the client.  This includes attributes created by the client, as well as any system scoped attributes.

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string
- `order` string
- `search` string
- `search_scopes` string[]
- `search_values_types` string[]
- `search_types` string[]
- `search_statuses` string[]

## Response `200`

200

- object
  - `data` object[]
    - `id` integer
    - `name` string
    - `type` string
    - `scope` string
    - `length` integer
    - `values_type` string
    - `valid_values` unknown
    - `status` string
    - `subtype` string
  - `meta` object
    - `total` integer
    - `count` integer
    - `page` integer
    - `pages` integer
    - `per_page` integer
    - `order` string
    - `sort` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/seebot/apis/seebottext.md) · [All operations](https://skmtc.net/seebot/apis/seebottext/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seebot/seebottext/versions/5deb98e1d8dd/schema)
