Public Datasets

Get dataset status

get/api/v1/public/datasets/{datasetId}

Path parameters

datasetIdstring uuid required

Response

Dataset details

idstring uuid required
project_idstring uuid nullable required
namestring required
status'processing' | 'completed' | 'failed' required
datapoints_countinteger required
created_atstring required
updated_atstring required

Changes

Changed in 2 of the 19 revisions of this API.3

    • added the required property labels to the response with the 200 status

      response-required-property-added

    • added the required property snapshots to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added