getReports

suspend fun getReports(appId: String, teamId: String?): Result<List<ReportResource>, Exception>

Get the list of reports for an app.

Parameters

appId

The app ID.

teamId

The team ID.


suspend fun getReports(): Result<List<ReportResource>, Exception>

Get the list of reports for a user.

Return

List of reports created by the authenticated user.