Skip to main content
GET
List Dimensions

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.

Query Parameters

assessment_type
string | null

Filter by assessment type

page
integer
default:1

Page number (1-indexed)

Required range: x >= 1
per_page
integer
default:20

Items per page

Required range: 1 <= x <= 100

Response

Successful Response

List of dimension definitions.

dimensions
DimensionResponse · object[]
required

List of dimensions

pagination
PaginationMeta · object
required

Pagination metadata