Skip to main content
GET
/
api
/
v2
/
search_engines
/
{hashid}
/
indices
/
{name}
/
items
/
_count
Items count
curl --request GET \
  --url https://{search_zone}-api.doofinder.com/api/v2/search_engines/{hashid}/indices/{name}/items/_count \
  --header 'Authorization: <api-key>'
{
  "count": 100
}

Authorizations

Authorization
string
header
required

Doofinder API key. Pass it as: Authorization: Token <api_key>

Path Parameters

hashid
string
required

Unique id of a search engine.

Pattern: ^[a-f0-9]{32}$
name
string
required

Name of an index.

Pattern: ^[a-z][a-z0-9_]*$

Response

Count succeeded.

count
integer

total items on indice