v1
latestOpenAPI 3.1.02026-07-24440202.2 KBGet report
Run and send a report configured in the Orange Logic interface
Query parameters
The <a href="https://developer.orangelogic.com/reference/reports#find-a-report-id">report ID</a>.
The format of the report.
The <a href="https://developer.orangelogic.com/reference/reports#find-a-saved-search-id">saved search ID</a>.
The filters to apply to the data collected by the report. Use the format <code>filter ID=filter value</code>. Enter multiple filters as a comma separated list.<p><strong>Example</strong>: Enter <code>AC_ContactGroup=Admin,HasLoginBetween_From=01-01-2025</code> to generate a report of users in the <strong>Admin</strong> group who have logged in since January 1, 2025.<p>Use the <a href="https://developer.orangelogic.com/reference/get-report-information">Get report information</a> call to retrieve the available filters for a specific report.
The columns of data included in the report. Use the <a href="https://developer.orangelogic.com/reference/get-report-information">Get report information</a> call to retrieve the available columns for a specific report. Leave this parameter blank to use all columns that are currently visible in the Orange Logic interface.
The title of the report.<p>This title is used in the output file and as the header in PDFs. This title doesn’t need to match the report title used in the Orange Logic interface.
Enter a description of the report.<p>This text is used only when the <code>OutputForm</code> parameter is set to <code>PDF</code>.
The address the report is sent to when the <code>SendByEmail</code> parameter is set to <code>true</code>.
The specific character encoding scheme, such as <code>UTF-8</code>, used when the <code>OutputForm</code> parameter is set to <code>CSV</code> or <code>XML</code>.
Response
200
Example response
{
"message": "The report file will be sent over email when the export completed"
}