Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.tra.cy/llms.txt

Use this file to discover all available pages before exploring further.

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.
fields
string
default:"null"
A comma-separated list of property paths.
Inclusion nesting depth is restricted for better performance.
# Returns all datasets along with their states, properties (including options), and representations.
curl --request GET \
  --url '/datasets?fields=states,properties.options,representations'