Skip to main content
GET
Get an HF export

Authorizations

Authorization
string
header
required

API key with the vk_ prefix. Create one from the dashboard.

Path Parameters

export_id
string
required

Export ID

Response

The export with live progress

object
string
required
id
string
required
model_id
string
required
repo
string
required
private
boolean
required
status
string
required

launching | uploading | completed | failed | cancelled

created_at
string<date-time>
required
progress_bytes
integer<int64> | null
total_bytes
integer<int64> | null
hf_repo_url
string | null

Set on completion; the pushed repo's URL.

error
string | null
completed_at
string<date-time> | null