View assets in a folder

View assets in a folder. You can use this endpoint to help you create or update an export manifest.

Headers

AuthorizationstringRequired

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

Query parameters

folder_idintegerOptional
Folder ID. If the folder ID is absent, this defaults to the root folder when creating a manifest.
include_test_casesbooleanOptional

Includes test cases in auto generation assets. This is set to false by default. This parameter is not supported. Test cases are not included in the response.

include_databooleanOptional

Includes data in auto generation assets. This is set to false by default.

Response

Response containing a list of assets with their details and statuses
resultobject or null
Details of the assets and their statuses.

Errors