Retrieve the current project’s details. Use to check project settings like spend limits or data retention.
The body is of type EmptyRequest · object.
ProjectDetail(id: uuid.UUID, name: str, is_private: bool, freeplay_spend_limit_usd: Optional[int], data_retention_days: Optional[int])