latestOpenAPI 3.1.02026-08-08127304355.9 KB
69c553220183
Configuration
Get Project
Retrieve the current project's details. Use to check project settings like spend limits or data retention.
get/api/v2/projects/{project_id}
Path parameters
project_idstring required
Response
ProjectDetail(id: uuid.UUID, name: str, is_private: bool, freeplay_spend_limit_usd: Optional[int], data_retention_days: Optional[int], enable_eval_insights: bool, enable_review_insights: bool)