Execute a natural language query against a Playground datafile and return the retrieved data.
Bearer authentication header of the form Bearer <api_key>, where <api_key> is your auth API key. Create an api_key
Unique identifier for the datafile to query
Natural language query to execute against the Playground datafile
"How many superheroes are there?"
Optional key-value pairs to provide additional context for Snow Leopard to use when answering the question.
{
"user_id": "12345",
"company_name": "Acme Corp"
}Successful query execution
Type discriminator
retrieveResponse Unique identifier for this API call
Array of query results or errors
Status of the API response
SUCCESS