Assets

List file assets

Returns a paginated list of file assets. Supports filtering by parent folder and choosing between direct children or the entire folder subtree.

get/v1/assets

Query parameters

parent_folder_idinteger

Filter results to a specific parent folder. Use 0 or omit to target the root level.

direct_descendants_onlyboolean

If true, this returns only children of the parent folder.

pageinteger

The page number of results you want to display. Use with limit.

limitinteger

Limit the number of results per page.

Response

A paginated list of file assets with metadata.

Example response

{
  "assets": [
    {
      "created": 1773856017,
      "updated": 1773856017
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.