cURL
curl --request GET \ --url https://export-service-433968519479.us-central1.run.app/exports \ --header 'Authorization: Bearer <token>'
[ { "job_id": "<string>", "job_name": "<string>", "user_id": "<string>", "adapter_path": "<string>", "base_model_id": "<string>", "modality": "text", "artifacts": { "file": { "adapter": "<string>", "merged": "<string>", "gguf": "<string>" }, "raw": { "adapter": "<string>", "merged": "<string>" }, "hf": { "adapter": "<string>", "merged": "<string>", "gguf": "<string>" } } } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
text
vision
Show child attributes