api-docs-icon

Get Spec Stats

GET
/ api/ {api_name}/ spec/ {api_version}/ stats



Response

































api_name
string
required

Unique project name or the uuid

Example:
my-project
api_version
union
required

Can be either the semantic version or a released type (like latest)

Responses

OpenAPI Stats Data

authenticated_methods
integer
required

Total Authenticated Methods (operations)

authentication_schemes
array<string>
required

A description of all defined auth schemes

endpoints
integer
required

Total Endpoints (paths)

lint_errors
deprecated
object
required

methods
integer
required

Total Methods (operations)

public_methods
integer
required

Total Unauthenticated Methods (operations)

response_codes
array<integer>
required

All Response Codes (not deduplicated)