Get assets
GET/v2/assets
This API request can be used to get a paginated list of assets.
It allows filtering by createdAt date using either before or after parameter.
By default the API won't return assets that are hidden unless explicitly requested using 'includeHidden' parameter.
By default results are sorted by createdAt in ascending mode.
Sorting by other fields is not supported yet but the user can specify different sort mode on the createdAt field if needed.
Results are filtered by user permissions - only assets the user can view are returned.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
List of visible assets.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error