Retrieve a single project by ID.
curl -X GET https://api.dronebundle.com/v1/projects/01964c6b-7a3e-7f00-8000-abc123def456 \ -H "Authorization: Bearer v1_your_api_key_here"
{ "id": "01964c6b-7a3e-7f00-8000-abc123def456", "name": "Bridge Inspection Q2", "description": "Quarterly drone inspection of the Westfield Bridge.", "status": "in_progress", "start_date": "2026-04-15", "end_date": "2026-04-30", "created": 1743400000000, "updated": 1743500000000, "archived": false, "external_id": "PROJ-1042", "created_by": { "id": "user-abc-123", "email": "sarah@example.com", "first_name": "Sarah", "last_name": "Chen", "profile_picture": null } }
read_only
full_access
null
Show properties
{ "message": "Project not found" }