---
title: "List company attributes"
method: GET
path: "/v2/company_attributes"
tags: ["Company Attributes"]
---

# List company attributes

`GET /v2/company_attributes`

Returns a paginated list of company attributes for the account

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

OK

- object
  - `company_attributes` CompanyAttribute[]
    - `id` integer
    - `type` string
    - `value_type` 'any' | 'string' | 'number' | 'date' | 'boolean' — Defines the type of value this attribute can store. It can be: `any`, `string`, `number`, `date`, `boolean`
    - `attribute_values` CompanyAttributeValue[]
      - `id` integer
      - `attribute_type_id` integer
      - `value` string
      - `value_type` 'any' | 'string' | 'number' | 'date' | 'boolean' — Defines the type of value this attribute can store. It can be: `any`, `string`, `number`, `date`, `boolean`
      - `created_at` string, date-time
      - `updated_at` string, date-time
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `pagination` object
    - `current_page` integer
    - `total_pages` integer
    - `total_count` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
