Retrieve Project Config
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
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.
401
Unauthorized – Missing or invalid token.
application/json
403
Forbidden – User is not a member of this project.
application/json
404
Not Found – Project configuration not found.
application/json
500
Internal server error
get
/project-configsLast updated