Metadata
The metadata object includes information about the metadata for the dataset:
{
"metadata": {
"id": "ID",
"parentId": "ID",
"originId": "ID",
"name": "dataset name",
"submitDateTime": "2026-03-10T12:15:50-04:00",
"startDateTime": "2026-03-10T12:15:50-04:00",
"activeDateTime": "2026-03-10T12:15:50-04:00",
"completeDateTime": "2026-03-10T12:15:50-04:00",
"shutdownDateTime": "2026-03-10T12:15:50-04:00",
"solverStatus": "DATASET_CREATED",
"score": "0hard/0medium/100000soft",
"tags": [
"Control"
],
"validationResult": {
"summary": "OK",
"errors": [
"Error message"
],
"warnings": [
"Warning message"
]
},
"failureMessage": "string"
}
}
-
idis the ID assigned to the dataset. -
parentIdidentifies the dataset this dataset was derived from if the patch operation was used to create a new revision of the dataset. -
originIDidentifies the original dataset this dataset was derived from if multiple patch operation were used to create new revisions of the dataset. -
nameis the name that was provided with the input dataset. If no name was provided, one will be automatically generated. -
submitDateTimeis when the dataset was submitted. -
startDateTimeis when the dataset started solving. -
activeDateTimeshows when the solve-phase of the run started. -
completeDateTimeshows when the solve-phase of the run stopped. -
shutdownDateTimeshows when the solver shut down. -
solverStatusshows the status of the dataset. See dataset lifecycle for more details. -
scoreis the hard, medium, and soft scores of the dataset. See constraints for more information about constraint scores. -
tagscontains any tags that were included with the input dataset. -
validationResultwill returnVALIDATION_NOT_SUPPORTED,OK,WARNINGS,ERRORS. -
errorscontains the list of errors that occurred during validation. -
warningcontains a list of warnings for the dataset, if any occur. -
failureMessagedescribing the reason the run failed if the solverStatus isSOLVING_FAILED.
Next
-
See the full API spec or try the online API.
-
Learn more about field service routing from our YouTube playlist.
-
Learn about Model output object included in output datasets.