Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

training_project_id
string
required
training_job_id
string
required

Query Parameters

page_size
integer
default:1000

Max files per page (default 1000).

Required range: x >= 1
page_token
integer
default:0

Offset into the file list (default 0).

Required range: x >= 0

Response

200 - application/json

A response to fetch presigned URLs for checkpoint files of a training job.

presigned_urls
CheckpointFile · object[]
required

List of presigned URLs for checkpoint files.

total_count
integer
required

Total number of checkpoint files available.

next_page_token
integer | null

Token to use for fetching the next page of results. None when there are no more results.