Schedule

Retrieve a set of reports created by the user

Used to query user's own reports

get/schedule/report/own

Query parameters

organization_idstring required

The organization id to query

report_typestring required

The type of report summary (plan or workspace). Default is plan_summary

limitinteger

The limit to use for pagination

cursorstring

The cursor to use for pagination

Response

Array of reports matching the query

cursorstring

Cursor used for pagination

Changes