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
        • GETCancel Studio optimizations
        • GETFind optimizations
        • POSTCreate optimization
        • PUTUpsert optimization
        • POSTDelete optimizations by id
        • GETGet optimization by id
        • PUTUpdate optimization by id
        • GETGet Studio optimization logs
LogoLogo
Copy to LLMGithubGo to App
Rest APIAPI ReferenceOptimizations

Get Studio optimization logs

GET
/v1/private/optimizations/studio/:id/logs
GET
/api/v1/private/optimizations/studio/:id/logs
$curl http://localhost:5173/api/v1/private/optimizations/studio/id/logs
1{
2 "url": "string",
3 "last_modified": "2024-01-15T09:30:00Z",
4 "expires_at": "2024-01-15T09:30:00Z"
5}
Get presigned S3 URL for downloading optimization logs
Was this page helpful?
Previous

Activate a pairing session

Next
Built with

Path parameters

idstringRequiredformat: "uuid"

Response

Logs response
urlstring
last_modifieddatetime
expires_atdatetime

Errors

404
Not Found Error