POST
/
set_metadata
Set the metadata for the current trace.
curl --request POST \
  --url https://api.atla-ai.com/set_metadata

Query Parameters

metadata
object
required

A dictionary of string keys and values to attach as metadata to the current trace.

Response

200

No return value. The given metadata is now associated with the current trace.