v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
Profiles

List profiles

List profiles with optional filtering and pagination.

get/profiles

Query parameters

limitinteger

Limit the number of profiles to return.

offsetinteger

Offset the number of profiles to return.

querystring

Case-insensitive substring match against profile name or ID.

namestring

Exact-match filter on profile name using the database collation. In production, matching is case- and accent-insensitive. During the default-project migration, unscoped requests prefer a concrete default-project profile over a legacy unscoped profile with the same name.

Response

List of profiles

idstring required

Unique identifier for the profile

namestring nullable

Optional, easier-to-reference name for the profile

created_atstring date-time required

Timestamp when the profile was created

updated_atstring date-time

Timestamp when the profile was last updated

last_used_atstring date-time

Timestamp when the profile was last used