Skip to main content
GET
Get the full example set for a dataset job

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.

Query Parameters

source
enum<string>
default:proposed

Which artifact to hydrate.

Available options:
proposed,
approved

Response

Successful Response

Full example set for a job — the S3-backed JSONL, hydrated.

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
example_count
integer
required
examples
QAExample · object[]
required
source
enum<string>
required

Which artifact these examples came from.

Available options:
proposed,
approved