ReferenceAPIOperationsProjects
Get project detail
Get project detail
Operation ID
get_projectAuthorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
project_id*string
Project ID
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/projects/string"{ "build_count": 0, "current_user_role": "maintainer", "pipeline_count": 0, "project": { "created_at": 0, "created_by": "string", "current_user_role": "maintainer", "default_branch": "string", "description": "string", "id": "string", "name": "string", "repository_avatar_url": "string", "repository_full_name": "string", "repository_id": "string", "repository_provider": null, "settings": {}, "updated_at": 0 }}