Get autocomplete suggestions for request log search fields.
X-API-KEY header.
field (required)| Field | Description |
|---|---|
engine | Model names used in requests |
provider_type | LLM providers (e.g. openai, anthropic) |
prompt_id | Prompt template IDs |
prompt | Prompt template names (use prompt_id param to scope to a specific prompt) |
tags | Tags attached to requests |
metadata_keys | Metadata key names present in requests |
status | Request statuses (e.g. success, error) |
tool_names | Tool names used in requests |
output_keys | Keys present in flattened output |
input_variable_keys | Input variable key names |
metadata_values | Values for a specific metadata key (requires metadata_key param) |
output_values | Values for a specific output key (requires metadata_key param) |
input_variable_values | Values for a specific input variable key (requires metadata_key param) |
prefix (optional)prefix=gpt would return engines starting with “gpt”.
metadata_key (optional)field is metadata_values, output_values, or input_variable_values. Specifies which nested key to retrieve values for.
prompt_id (optional)field is prompt.
filter_group (optional)API key for authentication.
The request log field to get suggestions for.
engine, provider_type, prompt_id, prompt, tags, metadata_keys, status, tool_names, output_keys, input_variable_keys, metadata_values, output_values, input_variable_values Case-insensitive prefix to filter suggestions.
Required when field is metadata_values, output_values, or input_variable_values. Specifies which key to get values for.
Filter suggestions to a specific prompt template (only used when field is prompt).
x >= 1JSON-encoded filter group to scope suggestions to matching requests.