Check the existence of an index for a single type

head/admin/indices/{type}

Checks the existence of an index for the specified type. 200 OK means that an index exists; 404 Not Found means there is no index.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
type
string
true

The name of the type.

Responses

StatusMeaningDescription
200OK

The request succeeded.

404Not Found

The type does not exist or it is not configured to be indexed for search.