- Python
- NodeJS
filters
and metadata
.
Filters
Use filters to determine which request logs should be updated. Each filter contains two fields,field
and equals
.
field
: Required - Indicates the field on a request log that should be checked. Valid options includemodel
,completionId
, andtags.your_tag_name
.equals
: Required - The value that the field should equal.
Metadata
Provide one or more metadata tags in a json object. The key should be the name of the tag you’d like to add, update, or delete. The value should be the new value of the tag. If you’d like to delete a tag, provide a value ofNone
or null
.
Updated metadata tags will be searchable in the Request Logs panel.