Update Span
Traces
Update Span
Partially update a span on a trace.
Auth: Bearer + X-Project-ID | X-API-Key + X-Project-Name
PATCH
Update Span
Documentation Index
Fetch the complete documentation index at: https://docs.pandaprobe.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Partial-update schema for a span (all fields optional).
Maximum string length:
512Categorises what a span represents in an agentic workflow.
Available options:
AGENT, TOOL, LLM, RETRIEVER, CHAIN, EMBEDDING, OTHER Mirrors the OTel StatusCode for a span's outcome.
Available options:
UNSET, OK, ERROR Maximum string length:
255Response
Successful Response
Public span representation.
Categorises what a span represents in an agentic workflow.
Available options:
AGENT, TOOL, LLM, RETRIEVER, CHAIN, EMBEDDING, OTHER Mirrors the OTel StatusCode for a span's outcome.
Available options:
UNSET, OK, ERROR 
