Retrieve all downloads
Retrieve the information of all downloads.
Query parameters
Specifies the sorting order and field (e.g., ["title", "ASC"]).
Specifies the range of results to return (e.g., [0, 24]).
JSON string specifying the filter conditions (e.g., {"title":"bar"}).
Response
OK
Example response
[
{
"id": "7bea4732-214f-40e7-9161-4e7241a2b97e",
"source_url": "https://localhost:8080/v1/api",
"file_name": "Mistral-7B-Instruct-v0.3-Q8_0.gguf",
"target_directory": "folder/subfolder/file.txt",
"file_hash": "sha256:404857e776114baada71a08ebd3bba79d721ec7fca99705e7e7b892ae8bc583f",
"file_size": 7702565088,
"downloaded": 7702565088,
"progress": 10.05,
"status": "downloading",
"start_time": 1717398019.4677122,
"transfer_rate": 49028995.95526451
}
]Changes
Changed in 9 of the 50 revisions of this API.5522
- ○
the endpoint scheme security
jwtwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
jwtwas removed from the APIapi-security-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
jwtwas added to the APIapi-security-added
- ○
the endpoint scheme security
cookieAuthwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
cookieAuthwas added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
- ○
the
/response's property pattern^[^<>:;,?"*|/]+$was added for the statusresponse-property-pattern-added
- ○
the
/response's property pattern^(?![./])[^\0<>:;,?"*|]+(?:/[^\0<>:;,?"*|]+)*$was added for the statusresponse-property-pattern-added
- ○
- ○
the
/response's property pattern^[a-z0-9]+:[a-f0-9]{1,128}$was added for the statusresponse-property-pattern-added
- ○
the
/response's property pattern^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$was added for the statusresponse-property-pattern-added
- ○
the
/response's property pattern^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$was added for the statusresponse-property-pattern-added
- ○
the response required property
/became read-only for the statusresponse-required-property-became-read-only
- ○
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ●
added the new
verifiedenum value to the/response property for the response statusresponse-property-enum-value-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ●
- ▲
the response header
X-Total-Countbecame optional for the statusresponse-header-became-optional
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ▲
the
/response's property format changed fromurito no format for statusresponse-property-type-changed
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
- ○
the endpoint scheme security
jwtwas removed from the APIapi-security-removed
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
removed the
verifiedenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
the
/response's property pattern^[^<>:;,?"*|/]+$was removed for the statusresponse-property-pattern-removed
- ○
the
/response's property pattern^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$was removed for the statusresponse-property-pattern-removed
- ○
the
/response's property pattern^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?$was removed for the statusresponse-property-pattern-removed
- ○
the
/response's property pattern^(?![./])[^\0<>:;,?"*|]+(?:/[^\0<>:;,?"*|]+)*$was removed for the statusresponse-property-pattern-removed
- ○
the response required property
/became not read-only for the statusresponse-required-property-became-not-read-only
This revision also has 32 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲