Get assets in project

Returns the assets in a project’s top level

This call requires a project id as a path parameter, and it returns an array of all the assets in that project’s top level.

The response does not include any assets contained in the project’s folders or subfolders. A project may contain folders with thousands of assets, but a 404 code (Not Found) is returned if no assets are found at the top level. A 200 code is returned when assets are found.

The response includes an array of properties for each asset. To learn more about asset properties, please see the table in Get asset.

Language
Authorization
URL
Click Try It! to start a request and see the response here!