List datasets the user has access to.
The datasets are sorted by creation date, with the most recently created datasets coming first.
The dataset versions are not included in this response. To get the versions of a specific dataset, use the Get Dataset by ID endpoint.
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Filter search results to a particular space ID A universally unique identifier
"RW50aXR5OjEyMzQ1"
Case-insensitive substring filter on the space name. Narrows results to resources in spaces whose name contains the given string. If omitted, no space name filtering is applied and all resources are returned.
255Case-insensitive substring filter on the resource name. Returns only
resources whose name contains the given string. For example,
name=prod matches "production", "my-prod-dataset", etc. If omitted,
no name filtering is applied and all resources are returned.
255Maximum items to return
1 <= x <= 100Opaque pagination cursor returned from a previous response
(pagination.next_cursor). Treat it as an unreadable token; do not
attempt to parse or construct it.