Skip to main content
GET
Read one test suite

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

id
string
required

The test suite id.

Minimum string length: 1

Response

200 - application/json

Success

id
string
required

The test suite id.

name
string
required

The test suite name.

slug
string
required

The suite's address in the platform. It is kept when the suite is renamed.

scenarioIds
string[]
required

The scenarios filed in this suite, in the order it shows them.

scenarioCount
number
required

How many scenarios are filed in it.

archivedAt
string | null
required

When the suite was archived, or null while it is active.

createdAt
string
required

When the suite was created.

updatedAt
string
required

When the suite was last written.

platformUrl
string<uri>
required

Where to open this test suite in the LangWatch platform.

scenarios
object[]
required

The active scenarios filed in this suite. An archived scenario is left out.

Last modified on August 28, 2026