List Assets
List search and filter public Assets given a criteria.
Target is Poly Toolkit
PolyToolkit
Complex
Obj
Best
Inputs |
|
---|---|
In
Exec
|
|
Api Key
String
|
The Api Key credential of this app. |
Keywords
String
|
One or more search terms to be matched against all text that Poly has indexed for assets, including title, description and tags. Multiple keywords should be separated by spaces. |
Curated
Boolean
|
Restricts to only results that have been curated by the Poly team. |
Category
EPolyCategory Enum
|
Restricts results to only Assets in the given category. |
Max Complexity
EPolyComplexity Enum
|
Restricts results to only Assets of at most the given model complexity. |
Format
EPolyFormat Enum
|
Restricts results to only Assets that contain the given format. |
Page Size
Integer
|
Specifies the number of results to return in the first page. This defaults to 100 and has a maximum value of 1000. |
Order By
EPolyOrder Enum
|
Specifies an ordering for the Assets returned. |
Page Token
String
|
Specifies a continuation token for a previous search whose results were split into multiple pages. |
On List Assets Callback
Delegate (by ref)
|
A callback to be executed if the list of Assets is succesfully retrieved. |
Outputs |
|
---|---|
Out
Exec
|