Skip to main content
GET
List exploratory sessions

Authorizations

Authorization
string
header
required

User PAT (td_pat_) scoped to the target project

Path Parameters

projectId
string
required

The project identifier (e.g. project_abc123). Must match the project associated with your PAT.

Query Parameters

status
enum<string>
Available options:
active,
closed
state
string
sessionType
string
assigneeUserId
string

User _id or email.

releaseId
string

Sessions in this release; none for unlinked.

tags
string

Comma-separated tags.

sortBy
enum<string>
Available options:
createdAt,
updatedAt,
name
sortOrder
enum<string>
Available options:
asc,
desc
page
integer
Required range: x >= 1
limit
integer

Default 25.

Required range: 1 <= x <= 200

Response

Session list

success
enum<boolean>
Available options:
true
data
object
pagination
object