# Returns all datasets along with their states, properties (including options), and representations.curl --request GET \ --url '/datasets?fields=states,properties.options,representations'
REST API
Inclusion
All GET endpoints that return resource collections support inclusion via URL parameter. This allows you to fetch related parent and child resources in a single request.
Inclusion nesting depth is restricted for better performance.
Copy
# Returns all datasets along with their states, properties (including options), and representations.curl --request GET \ --url '/datasets?fields=states,properties.options,representations'