---
title: "Get data fields"
method: GET
path: "/v2/data-fields"
tags: ["Other"]
---

# Get data fields

`GET /v2/data-fields`

Provides a list of all industries and industry categories, technologies and regions searchable by Ocean.io.

Calling this endpoint does not consume any credits.

## Query parameters

- `apiToken` string, nullable

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- PublicGetDataFieldsResponse
  - `industries` PublicIndustries[] — List of industries
    - `industries` string[] — List of industries
    - `industryCategory` string, nullable — Industry category name
  - `linkedinIndustries` string[] — List of Linkedin industries
  - `technologies` PublicTechnology[] — List of technologies
    - `name` string, nullable — The technology name
    - `categories` string[] — Technology categories
  - `regions` object — List of regions per country
  - `seniorities` Seniority[] — List of seniorities computed from the job title of the person
  - `departments` Department[] — List of departments computed from the job title of the person

## Other responses

- `400` — Bad Request
- `402` — Payment Required
- `403` — Forbidden
- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/ocean/apis/ocean-io-api-documentation.md) · [All operations](https://skmtc.dev/ocean/apis/ocean-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ocean/ocean-io-api-documentation/revisions/505121e48722/schema)
