Get Project
BetaRetrieves details about a specific Project
Path parameters
ownerKeyOrId
The key or ID of the Workspace that owns the Project
keyOrId
The key or ID of the Project to retrieve
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
id
The UUID of the Project
workspaceId
The UUID of the Workspace this Project belongs to
providerUrl
URL to the Project on the provider platform (e.g., GitHub repository URL)
key
The unique key identifier for the Project
workspaceKey
The key of the Workspace this Project belongs to
defaultBranch
The name of the default branch for this Project
public
Whether the Project is publicly accessible