Training Jobs
Get training job checkpoint files
Get presigned URLs for all checkpoint files for a training job.
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Query Parameters
Max files per page (default 1000).
Required range:
x >= 1Offset into the file list (default 0).
Required range:
x >= 0Response
200 - application/json
A response to fetch presigned URLs for checkpoint files of a training job.
cURL