Returns
Returns a list of Model objects matching the given filters.Example
Parameters
list[string]
Filter by model IDs.
list[string]
Filter by organization IDs.
list[string]
Filter by exact model names.
string
Filter by partial name match.
bool
Include default/predefined models in the results.
bool
Include models owned by the user’s organization.
str | int
Filter models created at or after this timestamp. Accepts ISO 8601 string (e.g.,
'2024-01-01T00:00:00Z') or Unix timestamp in seconds.str | int
Filter models created at or before this timestamp. Accepts ISO 8601 string (e.g.,
'2024-12-31T23:59:59Z') or Unix timestamp in seconds.string
Sort by creation date. Valid values:
asc, desc.int
Number of results to skip before starting to collect. Use for pagination.
int
Maximum number of results to return in a single request.