API Reference
Update Log Metadata
Update tags metadata for logged calls matching the provided filters.
POST
/
logs
/
update-metadata
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
filters
object[]
requiredmetadata
object
requiredExtra metadata to attach to the call for filtering. Eg { "userId": "123", "prompt_id": "populate-title" }
Response
200 - application/json
matchedLogs
number
required