Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The SQL query to execute.
"SELECT name, input_tokens FROM spans WHERE start_time > now() - interval '1 hour' LIMIT 10"
SQL query executed successfully
The data returned from the SQL query.
[
{ "name": "workflow", "input_tokens": 0 },
{
"name": "openai.chat",
"input_tokens": 369
}
]