Get detailed information about a specific repository project
cURL
curl --request GET \ --url https://api.ghostsecurity.ai/v2/repos/{id}/projects/{project_id} \ --header 'Authorization: Bearer <token>'
{ "business_criticality": "<string>", "cast_scan_enabled": true, "components": [ { "criticality": 123, "description": "<string>", "folder_name": "<string>", "type": "<string>" } ], "created_at": "<string>", "dependencies_file": "<string>", "deployment_usage": "<string>", "deployments": {}, "enabled": true, "evidence": "<string>", "exposure": "<string>", "file_extensions": [ "<string>" ], "findings_count": 123, "frameworks": [ "<string>" ], "has_custom_metadata": true, "id": "<string>", "languages": [ "<string>" ], "last_committed_at": "<string>", "last_scan_id": "<string>", "last_scan_status": "<string>", "last_scanned_at": "<string>", "organization_id": "<string>", "owner": "<string>", "primary_framework": "<string>", "primary_language": "<string>", "provider": "<string>", "purpose": "<string>", "relative_path": "<string>", "repo": { "id": "<string>", "name": "<string>", "url": "<string>" }, "scanner_business_criticality": "<string>", "scanner_exposure": "<string>", "scanner_summary": "<string>", "sensitive_data_types": [ "<string>" ], "size": 123, "summary": "<string>", "updated_at": "<string>", "user_business_criticality": "<string>", "user_exposure": "<string>", "user_summary": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Repository ID
Project ID
OK
Show child attributes