Create Record Tag
Apply a tag to a Record. Idempotent: re-applying an existing tag returns the existing tag.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Record to tag.
"777"
Body
The tag text to apply. Idempotent: re-applying an existing tag is a no-op.
Response
The created (or existing) tag.
An arbitrary tag applied to a Record (e.g. urgent, regression, env:prod), either by a user or lifted from OTel span attributes at ingest.
The ID of the tag.
The ID of the Record this tag belongs to.
The tag text. May encode key:value semantics with a colon (e.g. env:prod).
How the tag was applied: user (UI, SDK, or REST) or otel (lifted from a span attribute at ingest).
user, otel The ID of the user who applied the tag; null for OTel-sourced tags.
The ISO 8601 timestamp when the tag was created.