v6 documentation is incomplete, want to contribute?

List Files

Returns a list of files

Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.

GET
/files
auth<token>

Auth Token via Cookie

In: cookie

Query Parameters

tag?string

Tag, for example "icon" or "gallery", not included by default.

Length1 <= length
userId?stringDeprecated

UserID, will always generate a 500 permission error.

n?integer

The number of objects to return.

Default60
Range1 <= value <= 100
offset?integer

A zero-based offset from the default object sorting from where search results start.

Range0 <= value

Response Body

application/json

curl -X GET "https://api.vrchat.cloud/api/1/files?tag=string&userId=string&n=60&offset=0"
[
  {
    "animationStyle": "bats",
    "maskTag": "square",
    "extension": ".unitypackage",
    "id": "file_ce35d830-e20a-4df0-a6d4-5aaef4508044",
    "mimeType": "image/jpeg",
    "name": "Example File",
    "ownerId": "usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469",
    "tags": [
      "string"
    ],
    "versions": [
      {
        "created_at": "2019-08-24T14:15:22Z",
        "deleted": true,
        "delta": {
          "category": "multipart",
          "fileName": "string",
          "md5": "string",
          "sizeInBytes": 0,
          "status": "complete",
          "uploadId": "",
          "url": "string"
        },
        "file": {
          "category": "multipart",
          "fileName": "string",
          "md5": "string",
          "sizeInBytes": 0,
          "status": "complete",
          "uploadId": "",
          "url": "string"
        },
        "signature": {
          "category": "multipart",
          "fileName": "string",
          "md5": "string",
          "sizeInBytes": 0,
          "status": "complete",
          "uploadId": "",
          "url": "string"
        },
        "status": "complete",
        "version": 0
      }
    ]
  }
]