v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBList reports
Returns a list of all Cloud Analytics reports that your account has access to. Reports are returned in reverse chronological order by default.
Query parameters
The maximum number of results to return in a single page. Use the page tokens to iterate through the entire collection.
Page token, returned by a previous call, to request the next page of results
An expression for filtering the results. The syntax is key:[<value>]. Multiple filters can be connected using a pipe |. See Filters. Possible filter keys: reportName, owner, type, updateTime, folderId
Min value for reports creation time, in milliseconds since the POSIX epoch. If set, only reports created after or at this timestamp are returned.
Max value for reports creation time, in milliseconds since the POSIX epoch. If set, only reports created before or at this timestamp are returned.
Response
OK - The request succeeded.
Example response
{
"rowCount": 5
}