Skip to content

List torrent files

GET
/api/v2/torrents/files

Authorizations

cookieAuth

Session cookie set by /api/v2/auth/login

Type
API Key (cookie: SID)

Parameters

Query Parameters

hash*
Type
string
Required

Responses

Single-file view for the torrent.

application/json
JSON
[
  
{
  
  
"name": "string",
  
  
"size": 0,
  
  
"progress": 0
  
}
]

Playground

Authorization
Variables
Key
Value

Samples

Released under the BSD 3 Clause License.