Query
Response
Queries
platform
The current account’s Platform. Start with the Quickstart.
QUERY
platform: Platform!Returns
id
UUID!
host
String!
Query
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
query Platform {
platform {
id
host
}
}{
"data": {
"platform": {
"id": "value",
"host": "string"
}
}
}The current account’s Platform. Start with the Quickstart.
platform: Platform!query Platform {
platform {
id
host
}
}{
"data": {
"platform": {
"id": "value",
"host": "string"
}
}
}Was this page helpful?
