FeatureGate

Get project

Returns project identity metadata for a visible project.

GEThttps://api.featuregate.dev/v1/projects/{projectId}
Authenticate with a management automation key in the Authorization header.management:projects:read

Path parameters

projectIdstringrequired

Stable project_ identifier.

Pattern: ^project_.+

Request
sh
curl -X GET https://api.featuregate.dev/v1/projects/project_example \
  -H "Authorization: Bearer fg_ak_test_0123456789abcdef0123456789abcdef0123456789abcdef"

Returns

projectobjectrequired
idstringrequired

Stable project identifier, prefixed with project_.

Length: 1+

createdAtstringrequired

Project creation timestamp.

updatedAtstringrequired

Last project update timestamp.

archivedAtstring | nullrequired

Archive timestamp, or null while active.

organisationIdstringrequired

Owning organisation identifier.

Length: 1+

namestringrequired

Human-readable project name.

Length: 1+

slugstringrequired

Console URL slug, unique inside the organisation.

Length: 1+

iconstring | nullrequired

Console display icon, if configured.

colorstring | nullrequired

Console display color, if configured.

Responses

200The requested project.
400Validation failed.
401Authentication failed.
403The key is not allowed to access this resource.
429Rate limit exceeded.
500Unexpected server error.