Name | Method | Endpoint |
---|---|---|
Retrieve insights for a team | GET | /api/v2/team/{team}/insights |
GET /api/v2/team/{team}/insights?fromDate=789,toDate=789,workflows=,statuses=
The insights are based on the workflow runs and their statuses.
Name | Type | Required | Description | Notes | Example |
---|---|---|---|---|---|
team | String | true | Owning team name. | Defaults to null. | my-amazing-team |
fromDate | Long | false | Defaults to null. | 789 | |
toDate | Long | false | Defaults to null. | 789 | |
workflows | List | false | Defaults to null. | ||
statuses | List | false | Defaults to null. |
This endpoint does not require a request body.
Note: this section and the documentation around what is required is still actively being updated.
No authorization required
Not defined
*/*