Get Column Config

Retrieve the configuration details for a specific column, including source-specific settings.

GET https://api.futureagi.com/model-hub/column-config/{column_id}/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Path parameters

column_id UUID Required

The column ID.

Response

200 OK

The response structure depends on the column’s source type. Below are the fields returned for each source type.

name string
Column name.
model string
Language model identifier.
messages array
Chat messages defining the prompt template.
output_format string
Output format for model responses.
temperature number
Sampling temperature.
frequency_penalty number
Frequency penalty parameter.
presence_penalty number
Presence penalty parameter.
max_tokens integer
Maximum tokens to generate.
top_p number
Nucleus sampling parameter.
response_format object
Structured output format specification.
tool_choice string
Tool selection strategy.
tools array
Tool definitions available to the model.
template string
Evaluation template name.
template_config object
Evaluation template configuration.
description string
Description of the evaluation.
config object
Additional evaluation settings.
status string
Current execution status.
prompt_config object
Prompt configuration for the experiment.
user_eval_template_ids array
Linked evaluation template UUIDs.
optimize_type string
Optimization type.
optimized_k_prompts integer
Number of optimized prompt variations.
model_config object
Model configuration for optimization.

Errors

401 Unauthorized Optional
Invalid or missing API credentials.
404 Not Found Optional
The specified column was not found or does not belong to your organization.
500 Internal Server Error Optional
Unexpected server error.
GET /
Authentication
REQUEST
 
RESPONSE