Skip to main content
GET
/
api
/
queries
/
{id}
Get prompt with results
curl --request GET \
  --url http://localhost:8000/api/queries/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token from login. Use: Authorization: Bearer <token>

Path Parameters

id
string
required

Response

Query and results