get_project_performance
Last updated
Last updated
imerit_ango.sdk.SDK.
Get all performance metrics of a project.
project_id: string
The unique identifier for the project. You can find the project ID in or retrieve it using the function.
interval: list[datetime], default None
Format: [start_datetime, end_datetime]
Example: [datetime.now() - timedelta(days=7), datetime.now()]
batches: list[str], default None
Filter performance metrics by batch (e.g., only get tasks belonging to the batch specified)
Example ['batch_1', 'batch_2']
Returns:
output: dict
Get all performance metrics:
Filter metrics by time and batches: