POST
/
v2
/
search
curl --request POST \
  --url https://api.eda.prisme.ai/v2/search \
  --header 'Content-Type: application/json' \
  --header 'X-Prismeai-API-Key: <api-key>' \
  --data '{
  "scope": "events",
  "limit": 123,
  "page": 123,
  "query": {},
  "aggs": {},
  "runtime_mappings": {},
  "source": [
    "<string>"
  ],
  "sort": [
    {}
  ],
  "track_total_hits": true
}'
{
  "size": 123,
  "documents": [
    {}
  ],
  "aggs": {}
}

Authorizations

X-Prismeai-API-Key
string
header
required
connect.sid
string
cookie
required

Body

application/json

Response

200
application/json

Success Response

The response is of type object.