For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Copy to LLMGithubGo to App
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
DocumentationIntegrationsBuilding Self-Improving AgentsSelf-hosting OpikSDK & API reference
    • Overview
  • Python SDK
    • Reference
    • REST API Client
  • Typescript SDK
    • Overview
    • Opik TS
    • Prompts
    • Opik Query Language (OQL)
  • Rest API
    • Overview
        • PATCHBatch update experiments
        • GETFind experiments
        • POSTCreate experiment
        • POSTCreate experiment items
        • POSTDelete experiment items
        • POSTDelete experiments by id
        • POSTCreate and execute experiment
        • PUTRecord experiment items in bulk
        • GETFind Feedback Score names
        • GETFind experiment groups
        • GETFind experiment groups with aggregations
        • POSTFinish experiments
        • GETGet experiment by id
        • PATCHUpdate experiment by id
        • GETGet experiment item by id
        • POSTStream experiment items
        • POSTStream experiments
LogoLogo
Copy to LLMGithubGo to App
Rest APIAPI ReferenceExperiments

Get experiment item by id

GET
/v1/private/experiments/items/:id
GET
/api/v1/private/experiments/items/:id
$curl http://localhost:5173/api/v1/private/experiments/items/id
1{
2 "experiment_id": "string",
3 "dataset_item_id": "string",
4 "trace_id": "string",
5 "id": "string",
6 "project_id": "string",
7 "created_at": "2024-01-15T09:30:00Z",
8 "last_updated_at": "2024-01-15T09:30:00Z",
9 "created_by": "string",
10 "last_updated_by": "string",
11 "trace_visibility_mode": "default"
12}
Get experiment item by id
Was this page helpful?
Previous

Stream experiment items

Next
Built with

Path parameters

idstringRequiredformat: "uuid"

Response

Experiment item resource
experiment_idstringformat: "uuid"
dataset_item_idstringformat: "uuid"
trace_idstringformat: "uuid"
idstringformat: "uuid"
project_idstringRead-onlyformat: "uuid"
created_atdatetimeRead-only
last_updated_atdatetimeRead-only
created_bystringRead-only
last_updated_bystringRead-only
trace_visibility_modeenumRead-only
Allowed values:

Errors

404
Not Found Error