Method
Returns a description of a project.
| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| Yes |
projectId |
str |
A unique string identifier for the project.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
| KEY |
TYPE |
DESCRIPTION |
| success |
Boolean |
true if the call succeeded, false if there was an error |
| result |
Project |
| KEY |
TYPE |
Description |
| projectId |
str |
The ID of the project. |
| name |
str |
The name of the project. |
| useCase |
str |
The use case associated with the project. |
| problemType |
str |
The problem type associated with the project. |
| createdAt |
str |
The date and time when the project was created. |
| tags |
List[str] |
List of tags associated with the project. |
|
| TYPE |
WHEN |
| DataNotFoundError |
`projectId` is not found. |