cURL
curl --request GET \ --url https://your-domain.com/api/client/v1/servers/{id}/files/pull \ --header 'Authorization: Bearer <token>'
{ "downloads": [ { "identifier": "<string>", "url": "<string>", "progress": 123, "size": 123, "error": "<string>" } ], "count": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Server UUID.
Downloads
Show child attributes