Agent Run Metadata
Get Metadata
ID of the collection containing the agent run.
ID of the agent run.
Update Metadata
Deep-merges new metadata into existing values.ID of the collection.
ID of the agent run.
Metadata to merge. Nested dicts are merged recursively; non-dict values are overwritten.
Delete Metadata Keys
ID of the collection.
ID of the agent run.
Keys to remove. Supports dot-delimited paths for nested keys (e.g.,
"config.model").(metadata_after_deletion, keys_not_found).
Transcript Group Metadata
Transcript groups share the same metadata API pattern as agent runs.Get Metadata
ID of the collection.
ID of the transcript group.
Update Metadata
ID of the collection.
ID of the transcript group.
Metadata to merge.
Delete Metadata Keys
ID of the collection.
ID of the transcript group.
Keys to remove. Supports dot-delimited paths.

