Skip to main content
GET
List shareable assets

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

file_id
string<uuid>

The ID of the file to list shareable assets for

file_segment_id
string<uuid>

The ID of the file segment to list shareable assets for

limit
integer

Number of shareable assets to return

Required range: 1 <= x <= 100
offset
integer

Offset from the start of the shareable assets list

Required range: x >= 0
created_before
string<date>

Filter shareable assets created before a specific date (YYYY-MM-DD format), in UTC timezone

created_after
string<date>

Filter shareable assets created after a specific date (YYYY-MM-DD format), in UTC timezone

visibility
enum<string>

Filter shareable assets by visibility. A file can have one public and one private share.

Available options:
public,
private

Response

200 - application/json

Shareable assets listed successfully

object
enum<string>
required

Object type, always 'list'

Available options:
list
data
object[]
required
total
integer
required

The total number of items

limit
integer
required

The number of items per page

offset
integer
required

The offset of the items