Read a curated view from a connected external source
query_context_sourceRun one pre-approved, read-only view against an external data source connected to this client (e.g. the agency's copywriting frameworks or ad data). Call list_context_sources first to see the view keys and which columns you may filter on. You cannot reach anything the view does not expose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | Yes | View key from list_context_sources, e.g. "copywriting_frameworks". | |
| limit | No | ||
| client | No | Name, @handle, or UUID of the client. | |
| search | No | Free-text match across the view's filterable columns. | |
| source | No | Source name, only needed when two sources share a view key. | |
| filters | No | Equality filters. Only columns listed as filterable on the view are accepted. | |
| client_id | No |