dataset_version_created_from_filter_params - Sent when the dataset version is successfully created, includes:
dataset_id: ID of the created datasetrows_added: Number of rows added to the datasetdataset_version_number: Final version number assigned{key, value} pairs under either metadata_and (all must match) or metadata_or (any must match). Values are compared as strings.
"metadata": { "app_name": "local" } will not produce an error — it simply will not filter. Use metadata_and / metadata_or exactly as shown above.API key for authentication. This endpoint supports API key authentication only.
ID of the dataset group where the new version will be created.
x >= 1List of input variables to extract as columns in the resulting dataset.
Filter logs after this timestamp (ISO 8601). Example: 2026-04-22T17:00:00Z.
Filter logs before this timestamp (ISO 8601). Example: 2026-04-23T17:00:00Z.
Maximum number of request logs to include. Capped at 50,000.
0 <= x <= 50000Free-text search query applied to the prompt input and LLM output.
Filter to a single request log by its numeric id.
x >= 1When true, only include starred request logs.
When true, sample request logs in random order. Requires limit to be set.
Filter logs whose metadata matches ALL of the provided key/value pairs.
Filter logs whose metadata matches ANY of the provided key/value pairs.
Filter logs that have ALL of the provided tags.
Filter logs that have ANY of the provided tags.
Include logs associated with any of these prompt templates. Matches by template name, with optional version and/or release label narrowing.
Exclude logs associated with any of these prompt templates. Same shape as prompt_templates_include.
Filter logs by score comparisons. Each entry asserts that the named score satisfies operator value.
Filter logs by request status.
SUCCESS, WARNING, ERROR Field to sort results by.
request_start_time, input_tokens, output_tokens, price, score, latency, prompt_name, status Sort direction. Defaults to desc when sort_by is provided.
asc, desc Additional request-log fields to materialize as dataset columns.
When true, pivot metadata keys into dataset columns. Requires metadata_and or metadata_or to be set.