Get Project Details

Retrieves details of a specific project by its ID.

Get project details.

GET https://autogon.ai/api/v1/engine/project/{app_id}/

Returns details for the specified project by it's App ID

Path Parameters

Headers

{
    "id": 0,
    "app_id": "",
    "project_name": "",
    "project_description": "",
    "project_compiled_models": null,
    "updated_at": "",
    "created_at": ""
}

Last updated