githubEdit

Query

post

Executes a query using the LLMSupabaseQueryGenerator and returns the result.

Authorizations
AuthorizationstringRequired
Header parameters
AuthorizationstringRequired
  • The authorization token for the request.
Body
stringOptional
  • The query string to be executed.
Responses
chevron-right
200

A promise that resolves to an object containing the success status, message, and data.

application/json
anyOptional
post
/data/query
200

A promise that resolves to an object containing the success status, message, and data.

No content