Skip to main content
GET
/
v1
/
parts
/
{id}
/
files
List Part Files
curl --request GET \
  --url https://api.example.com/v1/parts/{id}/files \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "path": "<string>",
      "container": "<string>",
      "group": "<string>",
      "url": "<string>",
      "size": 123,
      "type": "<string>",
      "signedUrl": "<string>",
      "signedDownloadUrl": "<string>"
    }
  ]
}

Path Parameters

id
string
required

Part id.

Response

The request has succeeded.

items
object[]
required

List of items.