Lists dataset job configurations in batches.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
paidataset:ListDatasetJobConfigs |
get |
*All Resource
|
None | None |
Request syntax
GET /api/v1/datasets/{DatasetId}/datasetjobconfigs/ HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DatasetId |
string |
Yes |
The dataset ID. |
d-rbvg5wz****c9ks92 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| WorkspaceId |
string |
No |
The workspace ID. |
431514 |
| ConfigType |
string |
No |
The configuration type.
Valid values:
|
MultimodalIntelligentTag |
| PageNumber |
string |
No |
The page number. The value starts from 1. The default value is 1. |
1 |
| PageSize |
string |
No |
The number of entries per page. The default value is 10. |
10 |
| DatasetVersion |
string |
No |
The name of the dataset version. |
v1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
5A14FA81-DD4E-******-6343FE44B941 |
| TotalCount |
integer |
The total number of entries. |
15 |
| DatasetJobConfigs |
array |
A list of dataset job configurations. |
|
| DatasetJobConfig |
A dataset job configuration. |
Examples
Success response
JSON format
{
"RequestId": "5A14FA81-DD4E-******-6343FE44B941",
"TotalCount": 15,
"DatasetJobConfigs": [
{
"DatasetJobConfigId": "dscfg-xxxxxxxxxxxx",
"CreateTime": "2025-01-14T01:37:37Z",
"ModifyTime": "2024-10-11T02:18:54Z",
"ConfigType": "MultimodalIntelligentTag",
"Config": "{ \"apiKey\":\"sk-xxxxxxxxxxxxxxxxxxxxx\" }",
"WorkspaceId": "234*34",
"DatasetVersion": ""
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.