Skip to main content
GET
Python

Authorizations

X-Auth-Token
string
header
required

Project API key for sending traces and accessing project-scoped resources. Format: sk-lw-... (no underscore). Obtain one by creating a project via the Admin API or the LangWatch UI.

Path Parameters

scenarioRunId
string
required

Response

Success

scenarioId
string
required
batchRunId
string
required
scenarioRunId
string
required
name
string | null
required
description
string | null
required
status
string
required
results
object | null
required
messages
object[]
required
timestamp
number
required
updatedAt
number
required
durationInMs
number
required
note
string | null
required

One short line saying why the run was started, as given when it was queued. Null on a run started without one.

scenarioVersion
integer | null
required

The version of the scenario at the moment the run was queued. Null on runs recorded before versions existed.

platformUrl
string<uri>
required
totalCost
number
Last modified on May 19, 2026