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

NameTypeDescription

app_id*

string

The app_id of the current project (UUID)

Headers

NameTypeDescription

X-AUG-KEY*

String

YOUR_API_KEY

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

Last updated