Clears the cache for reports api requests.
Queue a new report request generation.
Queue a new report request generation.
an object with the body content
Optionaloptions: ApiCallOptionsGet 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'.
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'.
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?: numberLimit the returned result set
Optionalpage?: stringIf present, the cursor that starts the page of data that is returned.
Optionalsort?: ("+outputId" | "-outputId" | "+sizeBytes" | "-sizeBytes")[]Sorting parameters
Optionaloptions: ApiCallOptionsGet report request processing status.
Get report request processing status.
Identifier of the request.
Optionaloptions: ApiCallOptions
Clears the cache for reports api requests.