Get Column Details
Retrieve column metadata for a dataset, including column names, types, and IDs.
GET
https://api.futureagi.com/model-hub/dataset/columns/{dataset_id}/ Authentication
Path parameters
dataset_id
The dataset ID.
Query parameters
include_prompt
Whether to include RUN_PROMPT columns in the response.
source
Filter columns by source type.
Response
200 OK message
Status message.
data
Response payload containing column configuration.
column_config
List of column metadata objects.
id
UUID of the column.
name
Column name.
data_type
Column data type.
Errors
401
Invalid or missing API credentials.
404
The specified dataset was not found or does not belong to your organization.
500
Unexpected server error.