Get project

GET/v1/projects/{projectId}

Get project details and statistics

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
NameLocationTypeRequiredDescription
projectIdpathstringYesProject ID
Query parameters
NameLocationTypeRequiredDescription
viewquerymetadataNoUse `metadata` for the lightweight project record without summaries, environments, or threads.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Project detailsapplication/json
FieldTypeRequiredDescription
projectobjectNo
project.idstringNoUnique identifier.
project.userIdstringNoUser ID.
project.ownerUserIdstringNo
project.ownerNamestringNo
project.ownerEmailstringNo
project.ownerAvatarUrlstringNo
project.ownerobjectNo
project.owner.userIdstringYesUser ID.
project.owner.namestringYesHuman-readable name.
project.owner.emailstringNo
project.owner.avatarUrlstringNo
project.canTransferOwnershipbooleanNo
project.organizationIdstringNo
project.createdByUserIdstringNo
project.namestringNoHuman-readable name.
project.descriptionstringNoHuman-readable description.
project.typelocal | cloud | syncedNo
project.primarySourcestringNo
project.sourcesobject[]No
project.createdAtstringNoISO 8601 timestamp.
project.updatedAtstringNoISO 8601 timestamp.
statsobjectNo
stats.fileCountintegerNo
stats.totalSizeintegerNo
stats.totalSizeMBstringNo
404Resource not foundapplication/json
FieldTypeRequiredDescription
errorstringNo
Get project
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow