GET
/
api
/
v1
/
organizations
/
{organization_id}
/
jobs
/
{job_id}
/
exports
/
{job_export_id}
{
  "created_at": "2023-11-07T05:31:56Z",
  "id": "<string>",
  "job_id": "<string>",
  "status": "queued",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers -- Authorization: Bearer <access_token>

Path Parameters

organization_id
string
required
job_id
string
required
job_export_id
string
required

Response

200 - application/json

Successful response.

This is an object representing a fine-tuning job export.