Report API

Create a performance report

post/rest/api/v1/reports/performance

Request body

idstring[] required

List of unique identifiers for the resources (e.g., account IDs, project IDs, or feature IDs) for which the performance report is requested.

idType'ACCOUNT' | 'PROJECT' | 'FEATURE' required

Type of resource identified by the IDs, indicating whether the report pertains to accounts, projects, or specific features.

startstring date-time required

Start date for the reporting period.

stopstring date-time required

End date for the reporting period.

Response

OK

Changes

No recorded changes to this endpoint across all 3 revisions of this API.