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

string
required
Bearer token for authentication

Path Parameters

string
required
Project unique identifier (UUID format)

Query Parameters

Optional search term to filter statistics
boolean
Filter by active status

Response

object
required
User statistics for the project
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