GitHub
Docs
Preparing search index...
The search index is not available
Langfuse JS/TS SDKs
Langfuse JS/TS SDKs
langfuse
ApiTraceBody
Interface ApiTraceBody
TraceBody
interface
ApiTraceBody
{
id
?:
null
|
string
;
input
?:
any
;
metadata
?:
any
;
name
?:
null
|
string
;
output
?:
any
;
public
?:
null
|
boolean
;
release
?:
null
|
string
;
sessionId
?:
null
|
string
;
tags
?:
null
|
string
[]
;
timestamp
?:
null
|
string
;
userId
?:
null
|
string
;
version
?:
null
|
string
;
}
Index
Properties
id?
input?
metadata?
name?
output?
public?
release?
session
Id?
tags?
timestamp?
user
Id?
version?
Properties
Optional
id
id
?:
null
|
string
Optional
input
input
?:
any
Optional
metadata
metadata
?:
any
Optional
name
name
?:
null
|
string
Optional
output
output
?:
any
Optional
public
public
?:
null
|
boolean
Make trace publicly accessible via url
Optional
release
release
?:
null
|
string
Optional
session
Id
session
Id
?:
null
|
string
Optional
tags
tags
?:
null
|
string
[]
Optional
timestamp
timestamp
?:
null
|
string
Format
date-time
Optional
user
Id
user
Id
?:
null
|
string
Optional
version
version
?:
null
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
input
metadata
name
output
public
release
session
Id
tags
timestamp
user
Id
version
GitHub
Docs
Langfuse JS/TS SDKs
Loading...
TraceBody