Skip to main content
GET
Download trained adapter weights

Authorizations

Authorization
string
header
required

Your workspace API key, e.g. sk_sovereign_..., sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

The files, or an honest empty state (empty_reason / storage_unavailable).

run_id
string
status
string

Terminal status of the run these files belong to.

partial
boolean

True when the run did not complete cleanly (STOPPED/FAILED): any files are a partial checkpoint, not the finished adapter.

files
object[]

Presigned download links for the trained adapter.

empty_reason
string

When files is empty, why. Absent when files were produced.

storage_unavailable
boolean

True when artifact storage can't be checked right now, as distinct from "the run produced nothing".