Reports (Legacy)
Your Agency Account SID.
IRq8mWJybvoQ1020978kbj7am8zzM2dBL1A list of report definitions.
A single report definition in the report catalog.
The human-readable name of the report.
Action ListingThe unique identifier of the report on impact.com. Use this as the ReportId path parameter when running or exporting the report. May not be present for some web-only reports.
agency_action_listingThe category the report belongs to. Categories group reports by purpose in the impact.com UI.
Additional categories may exist beyond the values listed below.
PerformancePossible values: A short explanation of the data this report shows.
Displays data for each individual action that has been credited to your media.Whether this report can be run via the API. When false, only RunUri (web app URL) is populated; the report can only be run from the impact.com UI.
trueThe relative URI to run the report synchronously via the legacy GET /Reports/{ReportId} endpoint. Present when ApiAccessible is true.
/Agencies/IRq8mWJybvoQ1020978kbj7am8zzM2dBL1/Reports/agency_action_listingThe relative URI to export the report asynchronously via the GET /ReportExport/{ReportId} endpoint. Present when ApiAccessible is true.
Recommended over ApiRunUri for any non-trivial report.
/Agencies/IRq8mWJybvoQ1020978kbj7am8zzM2dBL1/ReportExport/agency_action_listingThe relative URI to retrieve the report's metadata (filters and attributes). Present when ApiAccessible is true.
/Agencies/IRq8mWJybvoQ1020978kbj7am8zzM2dBL1/Reports/agency_action_listing/MetaDataThe relative URI to run the report in the impact.com web app. Present when ApiAccessible is false — these reports cannot be run via API.
/secure/agency/report/viewReport.report?id=8019Unauthorized. Check that your Account SID and Auth Token are correct.
Your Agency Account SID.
IRq8mWJybvoQ1020978kbj7am8zzM2dBL1The unique ID of the report to run.
agency_action_listingThe start date (inclusive) for the report data, in YYYY-MM-DD format. Required by most reports.
2026-05-01The end date (inclusive) for the report data, in YYYY-MM-DD format. Required by most reports.
2026-05-29A program (campaign) ID to refine the report.
For reports with multiple result tables, selects which table to return (0-indexed).
0Success — a list of report record objects. Each record's field set depends on the report — refer to MetaData.Attributes for column descriptions.
Error — invalid input is returned as HTTP 200 with an error envelope ({"Status":"ERROR","Message":"..."}). Always check the Status field.
A single report record. Field names match the report's MetaData.Attributes.
Unauthorized. Check that your Account SID and Auth Token are correct.
Your Agency Account SID.
IRq8mWJybvoQ1020978kbj7am8zzM2dBL1The unique ID of the report whose metadata to retrieve.
agency_action_listingThe metadata object for the requested report.
Metadata describing a single report's accepted filters (input parameters) and returned attributes (output columns).
The human-readable name of the report.
Action ListingThe unique identifier of the report on impact.com.
agency_action_listingA short explanation of the data this report shows.
The relative URI to run the report.
The relative URI of this metadata resource.
Unauthorized. Check that your Account SID and Auth Token are correct.
Last updated
