Retrieves all resources using schema name or ID. Can include reference fields to resolve and filter by field values. Supports pagination using cursor and limit parameters.
If using a platform scoped JWT, you can pass in a header to impersonate a specific tenant to impersonate the request as.
The name or id of the schema definition to filter the resources by
Comma-separated list of reference ($ref) fields to include in the response. (Supports nested references with dot notation)
Map of field names to values to filter the resources by. Can be in the format ?filters[field_name]=value&filters[other_field_name]=value2
Cursor for pagination. Use the cursor from the previous response to get the next page.
Number of items to return per page. Default is 100, maximum is 1000.
Status 200 response
The response is of type object
.