Retrieve Project Config

Retrieve Current Project Settings

get

This endpoint retrieves the current project settings and configuration details.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Successfully returned the current project settings.

application/json
_idstringRequired

Unique identifier of the project configuration.

project_idstringRequired

Identifier of the project this configuration belongs to.

activebooleanRequired

Whether this project configuration is currently applied.

allow_overwritebooleanRequired

Whether non-admin team members can overwrite these project settings through the GUI or API.

created_atstring · date-timeRequired

Date and time when this configuration was created.

updated_atstring · date-timeRequired

Date and time when this configuration was last updated.

schema_versionstringOptional

Version of the configuration schema.

get
/project-configs

Last updated