GET
/
v1
/
team
/
sessions
curl --request GET \
  --url https://ai.data.cloud/api/v1/team/sessions \
  --header 'x-pd-api-key: <api-key>'
{
  "code": 0,
  "data": {
    "total": 8,
    "pageSize": 10,
    "pageNumber": 1,
    "records": [
      {
        "id": "04b69928-532d-408a-8716-8f5e70fcacc6",
        "title": "Finding Your Inner Spark",
        "languageType": "AUTO",
        "jobMode": "AUTO",
        "maxMessagesInContext": 10,
        "agentId": "DATA_ANALYSIS_AGENT",
        "userId": "tmm-cm5m7khoz52zh07n4m7x1ut60"
      },
      {
        "id": "7e9941af-ad1b-4834-a421-4b37b54aae19",
        "title": "session_trade_analyze_001",
        "languageType": "EN",
        "jobMode": "AUTO",
        "maxMessagesInContext": 1,
        "agentId": "DATA_ANALYSIS_AGENT",
        "userId": "tmm-cm5m7khoz52zh07n4m7x1ut60"
      },
      {
        "id": "a137ecc8-9554-42c3-b042-2458dd2aeb36",
        "title": "My first session",
        "languageType": "AUTO",
        "jobMode": "AUTO",
        "maxMessagesInContext": 10,
        "agentId": "DATA_ANALYSIS_AGENT",
        "userId": "tmm-cm5m7khoz52zh07n4m7x1ut60"
      },
      {
        "id": "4440ab38-3df0-465b-a66c-bf6acb0f1bc2",
        "title": "New Title",
        "languageType": "EN",
        "jobMode": "AUTO",
        "maxMessagesInContext": 10,
        "agentId": "DATA_ANALYSIS_AGENT",
        "userId": "tmm-cm5m7khoz52zh07n4m7x1ut60"
      },
      {
        "id": "3eb5e294-11eb-4bf0-8854-7177c415d15c",
        "title": "trade_analyze_001",
        "languageType": "ZH-CN",
        "jobMode": "AUTO",
        "maxMessagesInContext": 10,
        "agentId": "DATA_ANALYSIS_AGENT",
        "userId": "tmm-cm5m7khoz52zh07n4m7x1ut60"
      },
      {
        "id": "ccca6d34-894f-4f6f-a8b5-c9df93126309",
        "title": "lhtest-old",
        "languageType": "ZH-CN",
        "jobMode": "AUTO",
        "maxMessagesInContext": 5,
        "agentId": "DATA_ANALYSIS_AGENT",
        "userId": "tmm-cm5m7khoz52zh07n4m7x1ut60"
      },
      {
        "id": "c28a1f47-da68-4456-bb0b-e85bf5a0e98e",
        "title": "lhtest-newest",
        "languageType": "ZH-TW",
        "jobMode": "AUTO",
        "maxMessagesInContext": 6,
        "agentId": "DATA_ANALYSIS_AGENT",
        "userId": "tmm-cm5m7khoz52zh07n4m7x1ut60"
      },
      {
        "id": "fbde9b45-69cd-408e-97d1-f874236aadac",
        "title": "General-session",
        "languageType": "ZH-CN",
        "jobMode": "AUTO",
        "maxMessagesInContext": 10,
        "agentId": "DATA_ANALYSIS_AGENT",
        "userId": "tmm-cm5m7khoz52zh07n4m7x1ut60"
      }
    ]
  }
}

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

The response is of type object.