GET
/
v1
/
analyses
/
count
curl --request GET \
  --url https://searchlysis.com/api/v1/analyses/count \
  --header 'x-api-key: <api-key>'
{
  "count": 10
}

Authorizations

x-api-key
string
header
required

Query Parameters

metadata
string

User defined key-value pair where the key is a string, and the value can be a string, number, boolean, or null

Example:

"{\"key\":\"value\"}"

Response

200 - application/json
Successful operation

Number of analyses