Get a project

View as Markdown

Returns a single project by id. 404 when missing or inaccessible (existence is never leaked).

Authentication

AuthorizationBearer

WorkOS session JWT or an organization API key, sent as Authorization: Bearer <token>.

Path parameters

idstringRequired
The project id.

Response

The project.
projectobject

Errors

401
Unauthorized Error
404
Not Found Error