---
title: "Get table field formula dependencies"
method: GET
path: "/public/v1/tables/{name}/fields/{fieldId}/formula-dependencies"
tags: ["Table fields"]
---

# Get table field formula dependencies

`GET /public/v1/tables/{name}/fields/{fieldId}/formula-dependencies`

Returns the formula dependencies for a specific field. Requires a USER API key with edit access to the table.

## Path parameters

- `name` string, required
- `fieldId` integer, required

## Response `200`

Formula dependencies

- object
  - `ok` true, required
  - `data` object, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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