Identifier of the request.
an object with query parameters
Optionalfilter?: stringThe advanced filtering to use for the query. Refer to RFC 7644 for the syntax. Cannot be combined with any of the fields marked as deprecated. All conditional statements within this query parameter are case insensitive.
The following fields support the eq (equals) operator: outputId
Example:
outputId eq "123" or outputId eq "321"
Optionallimit?: numberOptionalpage?: stringOptionalsort?: ("+outputId" | "-outputId" | "+sizeBytes" | "-sizeBytes")[]Optionaloptions: ApiCallOptions
Get the list of the outputs produced so far for the given report request. The outputs are generated asynchronously and are complete only when the status of the report request is 'done' or 'failed' or 'aborted'.