Assets
List assets
List assets for the authenticated organization.
download_url is deliberately absent from this response — generating it signs a URL per row. Retrieve a single asset to get one.
query is declared for the OpenAPI/MCP contract only: CursorPaginator reads page[size] / page[cursor] straight off request.GET, so the bound object is intentionally unused here.
Required OAuth scope: assets:read
get/v2/assets/
Query parameters
page[size]integer
Maximum number of records to return.
Maximum number of records to return.
page[cursor]string nullable
Opaque cursor from the previous page's links.next.
Opaque cursor from the previous page's links.next.
Response
OK
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○