Obtains a dataset job.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /api/v1/datasets/{DatasetId}/datasetjobs/{DatasetJobId} HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DatasetId | string | Yes | The dataset ID. You can call ListDatasets to obtain the dataset ID. | d-rbvg5*****jhc9ks92 |
DatasetJobId | string | Yes | The ID of the dataset job. | dsjob-9jx1xxxxxxuj9e |
DatasetVersion | string | No | The dataset version name. | v1 |
WorkspaceId | string | No | The workspace ID. You can call ListWorkspaces to obtain the workspace ID. | 478** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "64B50C1D-D4C2-560C-86A3-A6ED****16D",
"JobAction": "SemanticIndex",
"JobMode": "Full",
"CreateTime": "2024-11-15T07:06:42Z",
"FinishTime": "2024-07-16T02:03:23Z",
"JobSpec": "{\\\"modelId\\\":\\\"xxx\\\"}",
"Status": "Running",
"Description": "",
"Logs": [
"2025-02-17 09:58:10.143 INFO: Job completed successfully."
],
"TotalFileCount": 1000,
"CompletedFileCount": 990,
"FailedFileCount": 10
}
Error codes
For a list of error codes, visit the Service error codes.