---
title: "List Fields"
method: GET
path: "/services/custom_fields"
tags: ["Service Custom Fields"]
---

# List Fields

`GET /services/custom_fields`

List Custom Fields available for Services.

Scoped OAuth requires: `custom_fields.read`

## Query parameters

- `include[]` 'field_options'

## Headers

- `Accept` string, required
- `Content-Type` 'application/json', required

## Response `200`

A list of fields.

- object
  - `fields` ServiceCustomFieldsFieldReadModel[]
    - `created_at` string, date-time — The date/time the object was created at.
    - `data_type` DataType — unresolved $ref
    - `description` Description — unresolved $ref
    - `display_name` DisplayName — unresolved $ref
    - `enabled` Enabled — unresolved $ref
    - `field_options` ServiceCustomFieldsFieldOptionReadModel[] — The options for the custom field. Applies only to `single_value_fixed` and `multi_value_fixed` field types. These options are returned only if the `include[]` parameter specifies `field_options`.
      - `created_at` CreatedAt — unresolved $ref
      - `data` object
        - `data_type` 'string' — The kind of data represented by this option. Must match the Field's `data_type`.
        - `value` string
      - `id` Id — unresolved $ref
      - `type` 'field_option'
      - `updated_at` UpdatedAt — unresolved $ref
    - `field_type` FieldType — unresolved $ref
    - `id` string — The ID of the resource.
    - `name` Name — unresolved $ref
    - `self` string, url, nullable — The API show URL at which the object is accessible
    - `summary` string, nullable — A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical to `display_name`.
    - `type` 'field'
    - `updated_at` string, date-time — The date/time the object was updated at.

## Other responses

- `400` — Caller provided invalid arguments. Please review the response for error details. Retrying with the same arguments will *not* work.
- `500` — Internal Server Error the PagerDuty server experienced an error.

---

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