List sessions
Lists sessions in your team.
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
Headers
The external trace ID. The length ranges from 0 to 128 characters.
Query Parameters
The number of pages to display. If not specified, the default value 1
will be used.
The number of items on a single page. If not specified, the default value 10
will be used.
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.
The search keyword. Sessions with names containing this keyword will be listed. If omitted, all sessions created by you will be listed.
Response
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.
The returned data object.
The total number of pages.
The number of pages returned.
The number of items displayed per page.
The list of records contained in the session.
The session ID.
The session name.
The language in which the output is generated. Possible values are:
AUTO
: adaptive recognitionEN
: EnglishES
: SpanishAR
: ArabicPT
: PortugueseID
: IndonesianJA
: JapaneseRU
: RussianHI
: HindiFR
: FrenchDE
: GermanVI
: VietnameseTR
: TurkishPL
: PolishIT
: ItalianKO
: KoreanZH-CN
: Simplified ChineseZH-TW
: Traditional Chinese
AUTO
, EN
, ES
, AR
, PT
, ID
, JA
, RU
, HI
, FR
, DE
, VI
, TR
, PL
, IT
, KO
, ZH-CN
, ZH-TW
Job mode. Possible values are:
AUTO
: Powerdrill automatically detects your intent and selects the appropriate job mode from data analysis and information retrieval.DATA_ANALYTICS
: Powerdrill focuses specifically on data analysis.
AUTO
, DATA_ANALYTICS
The maximum number of messages retained per session, with a value range of 0 to 10. The default is 10.
0 < x < 10
The ID of the agent to use. You can leave it blank or set it to DATA_ANALYSIS_AGENT.
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"
}
]
}
}