Agent runs and transcript groups support arbitrary key-value metadata. Updates use deep merge — nested dictionaries are merged recursively, preserving existing keys. See Metadata for more on how metadata works in Docent.Documentation Index
Fetch the complete documentation index at: https://docs.transluce.org/llms.txt
Use this file to discover all available pages before exploring further.
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.

