Onvo Documentation
Concepts
Questions

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
required

The identifier of the dashboard associated with the question.

messages
array
required

The output or result of the question.

query
string
required

The query or question posed by the user.