Get current project
Returns the project associated with the API key used for authentication.
The project contains metadata about your organization's configuration, including:
This endpoint is useful for verifying your API key is valid and retrieving project details.
Project found
const result = await client.project.get();console.log(result); Copy
const result = await client.project.get();console.log(result);
Unauthorized - Invalid or missing API key
Project not found
If a network error occurs
Get current project
Returns the project associated with the API key used for authentication.
The project contains metadata about your organization's configuration, including:
This endpoint is useful for verifying your API key is valid and retrieving project details.