Get a project
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
id
The project id.
Response
The project.
project
Errors
401
Unauthorized Error
404
Not Found Error