Skip to main content
Fetch the current state of an export job, including its format, progress, and (when finished) artifact paths. The export id is returned by Create Model Export.

Endpoint

Authentication

Authorization: Bearer <api_key or JWT>.

Path parameters

string
required
Export job identifier.

Response

integer
0 on success.
object
Export record with fields such as id, model_id, format (gguf | mlx | mnn | qnn), status (pending | running | done | failed), progress, artifact_path, error, and timestamps.

Example