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
        • GETCreate dataset redirect url
        • GETCreate experiment redirect url
        • GETCreate optimization redirect url
        • GETCreate project redirect url
LogoLogo
Copy to LLMGithubGo to App
Rest APIAPI ReferenceRedirect

Create optimization redirect url

GET
/v1/session/redirect/optimizations
GET
/api/v1/session/redirect/optimizations
$curl -G http://localhost:5173/api/v1/session/redirect/optimizations \
> -d dataset_id=dataset_id \
> -d optimization_id=optimization_id \
> -d path=path
Create optimization redirect url
Was this page helpful?
Previous

Create project redirect url

Next
Built with

Query parameters

dataset_idstringRequiredformat: "uuid"
optimization_idstringRequiredformat: "uuid"
workspace_namestringOptional
pathstringRequired