Skip to main content
GET
/
api
/
v1
/
projects
/
{project_id}
/
stats
Get Project Stats
curl --request GET \
  --url https://api.devkit4ai.com/api/v1/projects/{project_id}/stats \
  --header 'Authorization: Bearer <token>'
{
  "users": {
    "total": 123,
    "active": 123
  },
  "api_keys": {
    "total": 123,
    "active": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://devkit4ai.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

project_id
string<uuid>
required

Query Parameters

search
string | null
is_active
boolean | null

Response

Successful Response

Statistics for a specific project

users
CountStats · object
required

Nested count statistics

api_keys
CountStats · object
required

Nested count statistics