v1

latestOpenAPI 3.1.02026-07-2483219318.4 KB
Reports

Get report insights

Note: This endpoint is paginated. To list all Insight records, it may be necessary to loop through all available pages using the cursor returned with each response.

get/v1/applications/{applicationId}/reports/{reportId}/insights

Path parameters

applicationIdstring required
Example:application_tz4a98xxat96iws9zmbrgj3a
reportIdstring required
Example:report_tz4a98xxat96iws9zmbrgj3a

Query parameters

cursorstring

Response

Success

cursorstring nullable required

Example response

{
  "items": [
    {
      "code": "insight:000/useful-name-here",
      "scope": {
        "identifier": "report_tz4a98xxat96iws9zmbrgj3a"
      }
    }
  ]
}