curl --request POST \
--url https://api.example.com/raw_sql \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>"
}
'{}Execute a raw SQL query against the screenpipe database. Use with caution.
curl --request POST \
--url https://api.example.com/raw_sql \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>"
}
'{}OK
The response is of type object.
Was this page helpful?