---
title: "Get Column Data Dependencies"
method: GET
path: "/studio/v1/audiences/{audienceId}/columns/data-dependencies/{tool}"
tags: ["Audiences"]
---

# Get Column Data Dependencies

`GET /studio/v1/audiences/{audienceId}/columns/data-dependencies/{tool}`

Returns the available data dependencies for AI-powered columns so clients can build valid prompts and grounding context before creating the column.
This endpoint solves data dependency discovery for AI workflows by listing which audience columns and knowledge sources can be used as context for the selected AI column type.
Use this to discover valid context sources, validate that selected context is supported, and choose relevant data dependencies that improve AI-generated output quality.
Response entries include data dependency identifiers, display names, data types, and whether the source comes from an audience column (`COLUMN`) or from a knowledge source (`KNOWLEDGE_BASE`).
Returns `200 OK` with the list of supported data dependencies for the requested `tool`.
Returns `400` if `tool` is invalid or not supported for data dependency discovery.
Returns `404` if no audience matches the provided `audienceId`.

## Path parameters

- `audienceId` string, uuid, required
- `tool` 'AI_DATA_ANALYSIS' | 'AI_WEB_RESEARCH' | 'AI_CONVERSATION_INTELLIGENCE' | 'AI_EMAILER', required — Defines AI tool names used by AI columns and data dependency discovery.

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.net/zoominfo/apis/data-api-v1.md) · [All operations](https://skmtc.net/zoominfo/apis/data-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zoominfo/data-api-v1/revisions/d1ee1374b588/schema)
