---
title: "Get Video Fields"
method: GET
path: "/v1/accounts/{{account_id}}/video_fields"
tags: ["Custom Fields"]
---

# Get Video Fields

`GET /v1/accounts/{{account_id}}/video_fields`

Gets a list of custom fields for the account (note that this operation may later return standard fields as well - current it returns an empty array for `standard_fields`)

## Path parameters

- `account_id` string, required

## Headers

- `Content-Type` string, required
- `Authorization` string, required

## Response `200`

200

- VideoFields
  - `custom_fields` VideofieldsCustomField[] — array of standard field maps
    - `description` string — description (instruction for user)
    - `display_name` string — display name
    - `enum_values` string[] — array of string values for select type fields
    - `id` string — data name for the field (used to access it in searches, etc.)
    - `required` boolean — whether field must have a value before video can be active
    - `type` string — custom field type (enum or string)
  - `max_custom_fields` string — maximum number of custom fields for the account
  - `standard_fields` VideofieldsStandardField[] — array of standard field maps
    - `description` string — description (instruction for user)
    - `id` string — data name for the field (used to access it in searches, etc.)
    - `required` boolean — whether field must have a value before video can be active

## Other responses

- `401` — UNAUTHORIZED: Authentication failed; check to make sure your client credentials were correct for the access token
- `403` — NOT_AVAILABLE: The resource you are requesting is temporarily unavailable
- `404` — RESOURCE_NOT_FOUND: The api could not find the resource you requested
- `405` — METHOD_NOT_ALLOWED: The HTTP method specified is not allowed for this endpoint
- `429` — TOO_MANY_REQUESTS: You are submitting too many simultaneous requests or too many requests per second
- `500` — UNKNOWN: Issue in Brightcove system; try again later. TIMEOUT: Server likely too busy; try again later.

---

[API](https://skmtc.net/brightcovelearning/apis/brightcove-cms-api-reference.md) · [All operations](https://skmtc.net/brightcovelearning/apis/brightcove-cms-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brightcovelearning/brightcove-cms-api-reference/revisions/1b6182a4560a/schema)
