Skip to main content
GET
Get a fine-tuning dataset proposal

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

job_id
string<uuid>
required

Dataset job ID.

Response

Successful Response

The crew's proposed dataset, returned for review.

The full example set lives in S3 (proposed_dataset_s3 / after approval, approved_dataset_s3). sample_examples is a bounded preview.

job_id
string<uuid>
required
status
enum<string>
required

Lifecycle of a fine-tuning dataset job.

Available options:
running,
pending_approval,
failed,
approved,
materializing,
complete
name
string
required
domain
string
required
base_model
string
required
owner
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
example_count
integer
default:0
coverage
CoverageStats · object | null

How much of the domain the crew drew on.

sample_examples
QAExample · object[]
notes
string | null
proposed_dataset_s3
string | null
approved_dataset_s3
string | null
mlflow_dataset_uri
string | null
error
string | null