Questions
A question is exactly what it says, a question asked to a dashboard. It can pull data from the underlying datasources in the dashboard and has a chart output as well as a human readable markdown output.
Question fields
id
uuid
The unique identifier for the question. Automatically set if not provided.
created_at
datetime
The timestamp indicating when the question was created. Automatically set if not provided.
team
string
The identifier of the team to which the question belongs. Automatically set if not provided
dashboard
string
requiredThe identifier of the dashboard associated with the question.
messages
array
requiredThe output or result of the question.
query
string
requiredThe query or question posed by the user.