Skip to main content
GET
/
api
/
transfers
/
cURL
curl --request GET \
  --url https://{server}/api/transfers/ \
  --cookie sessionid=
{
  "count": 123,
  "next": "<string>",
  "previous": "<string>",
  "results": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "asset_content_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "bytes_transferred": 123,
      "expires_at": "2023-11-07T05:31:56Z",
      "initiated_by_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "asset_content_title": "<string>",
      "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "project_name": "<string>",
      "repository_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "repository_name": "<string>",
      "total_bytes": 0,
      "direction_supports_progress": true
    }
  ]
}

Authorizations

sessionid
string
cookie
required

Query Parameters

asset_id
string<uuid>
ordering
string

Allowlisted ordering key; prefix with "-" for descending.

origin
enum<string>

Defaults to "user". Pass "all" for debug/admin views.

Available options:
all,
system,
user
page
integer
page_size
integer
project
string<uuid>
q
string

Case-insensitive substring match on asset title.

repository
string<uuid>
status
string

Comma-separated list, e.g. "pending,in_progress".

type
enum<string>
Available options:
download,
upload

Response

200 - application/json
count
integer
required
next
string | null
required
previous
string | null
required
results
object[]
required