---
title: "Get integration blueprint fields"
method: GET
path: "/integration_blueprints/{integration_blueprint_id}/integration_blueprint_fields"
tags: ["Blueprint - Fields"]
---

# Get integration blueprint fields

`GET /integration_blueprints/{integration_blueprint_id}/integration_blueprint_fields`

Use this endpoint to get a list of integration blueprint fields related to the specified integration blueprint.

## Path parameters

- `integration_blueprint_id` integer, required

## Query parameters

- `offset` integer
- `limit` integer
- `sort` string

## Headers

- `x-oneflow-api-token` string, required

## Response `200`

Returns the list of integration blueprint fields.

- object — A list of integration blueprint fields related to an integration blueprint.
  - `count` integer, required — The total number of integration blueprint fields returned.
  - `data` object[], required — A list of integration blueprint fields related to the given integration blueprint.
    - `created_time` string, datetime, required
    - `custom_id` string, required
    - `description` string, nullable, required
    - `id` integer, required
    - `mapping_required` boolean, required
    - `name` string, required
    - `updated_time` string, datetime, nullable, required

## Other responses

- `400` — Invalid format or content of the request.
- `401` — The API token or the user email is invalid.
- `403` — The request is not authorized by the server.
- `404` — A required entity is missing.

---

[API](https://skmtc.net/oneflow/apis/public-api-for-oneflow.md) · [All operations](https://skmtc.net/oneflow/apis/public-api-for-oneflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneflow/public-api-for-oneflow/versions/0e73a45dec15/schema)
