GET
/
v1
/
team
/
sessions

Authorizations

x-pd-api-key
string
header
required

Headers

x-pd-external-trace-id
string

The external trace ID. The length ranges from 0 to 128 characters.

Query Parameters

pageNumber
integer
default:
1

The number of pages to display. If not specified, the default value 1 will be used.

pageSize
integer
default:
10

The number of items on a single page. If not specified, the default value 10 will be used.

userId
string
required

Your user ID.

How to obtain your user ID: Sign in to Powerdrill Enterprise, click Users in the top navigation bar, and find your user ID in the list of users.

title
string

The search keyword. Sessions with names containing this keyword will be listed. If omitted, all sessions created by you will be listed.

Response

200 - application/json
code
integer
required

Status code. 0 indicates that the operation is successful. Otherwise, the operation fails. Possible error codes include:

  • 100: Bad request.
  • 201: Request frequency limit.
  • 9999: Internal error.
  • 100001: Invalid operation.
data
object
required

The returned data object.