Retrieve Run Prompt Column Config

Get the full configuration of an existing run prompt column.

GET https://api.futureagi.com/model-hub/develops/retrieve_run_prompt_column_config/

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.

Query parameters

column_id string Required

The run prompt column ID.

Response

200 OK
message string
Status message.
data object
Run prompt column configuration payload.
config object
Full run prompt column configuration.
dataset_id string
UUID of the parent dataset.
name string
Column name.
model string
Language model identifier.
messages array
Prompt message objects.
temperature number
Sampling temperature (0 to 2).
frequency_penalty number
Frequency penalty (-2 to 2).
presence_penalty number
Presence penalty (-2 to 2).
max_tokens integer
Maximum tokens to generate.
top_p number
Nucleus sampling parameter (0 to 1).
response_format string
Response format constraint, or null.
tool_choice string
Tool selection strategy, or null.
tools array
Tool definitions available to the model.
output_format string
Output format.
concurrency integer
Concurrent requests for parallel processing.
run_prompt_config object
Additional run prompt settings.

Errors

401 Unauthorized Optional
Invalid or missing API credentials.
404 Not Found Optional
The specified column was not found or is not a run prompt column.
500 Internal Server Error Optional
An unexpected error occurred on the server while retrieving the column configuration.
GET /
Authentication
REQUEST
 
RESPONSE