For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dev Portal
DocsAPI ReferenceLearnCommunityChangelog
DocsAPI ReferenceLearnCommunityChangelog
    • About Our APIs
  • REST
    • Overview
  • GraphQL
    • Overview
          • QUERYclient
          • QUERYstore
          • QUERYsystem
          • QUERYnode
          • QUERYnodes
          • QUERYsupportedLocales
  • MCP
    • Overview
Dev Portal
LogoLogo
GraphQLAdminQueries

system

Example Query
1query ExampleQuery {
2 system {
3 time
4 }
5}
Example response
1{
2 "data": {
3 "system": {
4 "time": "Long"
5 }
6 }
7}
System information.
Was this page helpful?
Previous

store

Next

node

Built with

Returns

a System
timeLong
The current time.