List assets
API Reference
List assets
List assets you can access
GET
List assets
Returns a page of assets (name, type, owner, folder, schedules) with pagination. Connection secrets and credentials are never included.
Use
limit and offset to walk the full list. Pass folderId (folder asset UUID) to return only assets in that folder; omit it to list across all folders you can access.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
When set, only return assets in this folder. Omit to list assets across all folders you can access.
Maximum number of assets to return (default 50, max 100).
Required range:
1 <= x <= 100Number of assets to skip (for pagination).
Required range:
x >= 0