cURL
curl --request GET \ --url https://app.miget.com/api/v1/projects/{project_id} \ --header 'Authorization: <api-key>'
{ "uuid": 123, "name": "<string>", "description": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Retrieves detailed information about a specific project by ID or UUID.
Bearer token for authentication. Format: 'Bearer {token}'
Workspace ID (uses default workspace if not provided)
Project ID or UUID
Get project details
Api_V1_Entities_Project model
Project UUID
Project name
Project description
Creation timestamp
Last update timestamp