Authorizations
API key for authentication. Format: zdb_your_api_key_here
Query Parameters
Required range:
1 <= x <= 100Required range:
x >= 0Response
Query history retrieved successfully
curl --request GET \
--url http://localhost:3000/query/history \
--header 'X-API-Key: <api-key>'Returns the user’s query execution history
curl --request GET \
--url http://localhost:3000/query/history \
--header 'X-API-Key: <api-key>'API key for authentication. Format: zdb_your_api_key_here
1 <= x <= 100x >= 0Query history retrieved successfully
Was this page helpful?