Get Project

Beta
Retrieves details about a specific Project

Path parameters

ownerKeyOrIdstringRequired
The key or ID of the Workspace that owns the Project
keyOrIdstringRequired
The key or ID of the Project to retrieve

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns an object.
idstring
The UUID of the Project
workspaceIdstring
The UUID of the Workspace this Project belongs to
providerUrlstring

URL to the Project on the provider platform (e.g., GitHub repository URL)

keystring
The unique key identifier for the Project
workspaceKeystring
The key of the Workspace this Project belongs to

Errors