cURL
curl --request POST \ --url https://api.eda.prisme.ai/v2/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "scope": "events", "limit": 123, "page": 123, "query": {}, "aggs": {}, "runtime_mappings": {}, "source": [ "<string>" ], "sort": [ {} ], "track_total_hits": true }'
{ "size": 123, "documents": [ {} ], "aggs": {} }
Cross-workspace search API, reserved to super admins
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success Response
The response is of type object.
object
Was this page helpful?