Skip to main content
GET
Count entity records

Authorizations

api_key
string
header
required

Personal API key.

Path Parameters

entity_name
string
required

Name of the entity, exactly as List entity schemas reports it. Don't pass User here. It doesn't fail, but it reads and writes a separate, disconnected set of records stored under that name, not the app's real user accounts, which are managed through their own endpoints.

app_id
string
required

ID of the app whose entity records you want to count.

Response

Successful Response

The number of records stored in one of an app's entities.

count
integer
required

Number of records you can read in this entity.

Example:

128