Skip to main content
Return every export job created via Create Model Export. Use this to poll for completion or to reconcile a set of exports across models.

Endpoint

Authentication

Authorization: Bearer <api_key or JWT>.

Query parameters

string
Filter to exports for one model.
string
Filter by status: pending, running, done, or failed.
string
Filter by target format: gguf, mlx, mnn, or qnn.

Response

integer
0 on success.
object
Envelope containing an items array of export records with id, model_id, format, status, artifact_path, and timestamps.

Example