Ollama
Get Pull Status
Retrieves the current download progress for a model being pulled
GET
Query Parameters
Name of the model being pulled
Optional Ollama server URL (defaults to http://localhost:11434)
Response
Indicates if the status was retrieved successfully
Pull status information
Notes
- Poll this endpoint periodically to monitor download progress
- The
progressfield is a percentage between 0 and 100 - Status changes from
pulling→extracting→complete - Once status is
complete, the model is ready to use

