Get last job execution for a given dataset
Retrieve the most recent job execution for a specified dataset. The datasetId query parameter is required.
Query Parameters |
---|
datasetId string — REQUIREDThe unique identifier of the dataset for which to fetch the last job execution. |
datasetId string — REQUIREDDataset Id |
Responses | ||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 Successfully retrieved the last job execution for the specified dataset.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
400 Bad request. The datasetId query parameter is missing or invalid. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
404 No job execution found for the specified datasetId. |