Skip to main content
POST
Request Dataset Sample

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
integer
required

Unique identifier for a dataset.

Body

application/json

Optional configuration for the sample job

compute_pool_id
string<uuid>

The compute pool to run the sample job on. If not specified, defaults to the dataset's configured compute pool, then to the data plane's default compute pool.

Response

200 - application/json

OK

job_id
string<uuid>
required

The id of the job that has been enqueued.