The data schema is self-documenting, and you can access the current, complete documentation for it in the following ways:
- See static schema documentation at https://api.veritone.com/v3/graphqldocs/.
- The GraphQL Sandbox includes two tabs:
- A DOCS tab that lets you search for query and mutation types.
- A SCHEMA tab that describes the all the available data you can interact with in the GraphQL API.
- Some HTTP/API clients, such as Postman, also have an introspection feature that discovers the available queries, mutations, subscriptions, types, and fields in the API and presents them in an easy to use GUI. When you enter the URL of the API into these clients, the schema loads automatically.

You can also view an easy-to-scan table of the available query and mutation fields here: