Search...
/
Github
Go to App
Documentation
Self-hosting Opik
Cookbooks
SDK and API reference
Documentation
Self-hosting Opik
Cookbooks
SDK and API reference
Overview
Python SDK
Reference
Typescript SDK
Overview
Rest API
Overview
API Reference
System usage
Check
Automation rule evaluators
Chat Completions
Datasets
Experiments
Feedback-definitions
LlmProviderKey
Projects
Prompts
Spans
Traces
POST
Add trace comment
PUT
Add trace feedback score
GET
Get traces by project_name or project_id
POST
Create trace
POST
Create traces
GET
Get trace by id
DEL
Delete trace by id
PATCH
Update trace by id
POST
Delete trace comments
POST
Delete trace feedback score
POST
Delete traces
GET
Find Feedback Score names
GET
Get trace stats
GET
Get trace comment
PUT
Batch feedback scoring for traces
PATCH
Update trace comment by id
Github
Go to App
API Reference
Traces
Create trace
POST
http://localhost:5173/api
/
v1
/
private
/
traces
Get trace
Request
This endpoint expects an object.
name
string
Required
start_time
datetime
Required
id
string
Optional
format: "uuid"
project_name
string
Optional
format: "(?s)^\s*(\S.*\S|\S)\s*$"
If null, the default project is used
end_time
datetime
Optional
input
map from strings to any
Optional
output
map from strings to any
Optional
metadata
map from strings to any
Optional
tags
list of strings
Optional
error_info
object
Optional
Show 3 properties
Built with