cURL
curl --request GET \ --url https://api.example.com/api/projects/{project_id}
{ "complexity": "beginner", "created_at": "2023-11-07T05:31:56Z", "id": "<string>", "skills": [ "<string>" ], "status": "blueprint", "target_roles": [ "<string>" ], "tech_stack": [ "<string>" ], "title": "<string>", "updated_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "confidence": 0.5, "demo_url": "<string>", "description": "<string>", "estimated_hours": 2, "evidence": [], "extracted_at": "2023-11-07T05:31:56Z", "extraction_source_id": "<string>", "extractor_version": "<string>", "github_url": "<string>", "model_name": "<string>", "origin": "manual", "problem_statement": "<string>", "readme_draft": "<string>", "source_author": "<string>", "source_author_avatar": "<string>", "source_caption": "<string>", "source_content_hash": "<string>", "source_ids": [], "source_platform": "<string>", "source_text": "<string>", "source_url": "<string>" }
Get a project by ID.
Successful Response
A portfolio project.
beginner
intermediate
advanced
expert
blueprint
planned
in_progress
done
archived
0 <= x <= 1
x >= 1
Show child attributes
extracted
generated
manual