Skip to main content
GET
Retrieve statistics for a specific project. This endpoint provides counts for users and API keys within the specified project.

Headers

Authorization
string
required
Bearer token for authentication

Path Parameters

project_id
string
required
Project unique identifier (UUID format)

Query Parameters

Optional search term to filter statistics
is_active
boolean
Filter by active status

Response

users
object
required
User statistics for the project
api_keys
object
required
API key statistics for the project

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