v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1393352.1 KB
projects

List the events for an issue matching filter criteria, sorted in descending order by timestamp.

get/v1alpha/{+parent}/events

Path parameters

parentstring required

Required. The Firebase application. Format: "projects/{project}/apps/{app_id}".

Query parameters

filter.browser.displayNamesstring[]

Optional. Only count events from the given browser. This string matches Browser.display_name. Format: "name (display_version)" e.g. "Chrome (123)", or just "name" for all possible versions, e.g. simply "Chrome".

filter.device.displayNamesstring[]

Only counts events from the given Device model. This string matches Device.display_name. Format: "manufacturer (model)" e.g. "Google (Pixel 6)", or just "manufacturer" for all possible models, e.g. simply "Google". Note that a device's marketing_name field can not be used for filtering.

filter.device.formFactorsstring[]

Only counts events from devices with the given form factor (e.g. phone or tablet).

filter.interval.endTimestring

Optional. Exclusive end of the interval. If specified, a Timestamp matching this interval will have to be before the end.

filter.interval.startTimestring

Optional. Inclusive start of the interval. If specified, a Timestamp matching this interval will have to be the same or after the start.

filter.issue.contentstring

Optional. A space separated list of filter terms matched against the contents of the issue. Contents include the title and the stack trace. Matches must begin at alphanumeric tokens, i.e., 'util.Sorted' matches 'java.util.SortedSet' but not 'myutil.SortedArray'. The filter matches if all filter terms match. All non-alphanumeric characters are ignored for matching. Filtering is assumed to be prefix-search and order-independent unless phrases are surrounded by "". Any terms contained in quotes are searched using exact-match (given filter term "foo", we will not return "foobar"), and must appear in the order given exactly. To get order-dependence but prefix-search, use a * within the quotes ("abc foo*" will match "abc foobar", but not "foo abc" "abcd foobar", or "abc xyz foobar").

filter.issue.errorTypesstring[]

Optional. Only counts events of the given error types. This field matches [Issue.error_type].

filter.issue.idstring

Optional. Only counts events in the given issue ID. This field matches [Issue.id].

filter.issue.signalsstring[]

Optional. Only returns issues currently marked with the given signals. This field matches [Issue.signals.signal].

filter.issue.state'STATE_UNSPECIFIED' | 'OPEN' | 'CLOSED' | 'MUTED'

Optional. Deprecated: Prefer states field. Only includes events for issues with the given issue state. Only available for topIssues reports.

filter.issue.statesstring[]

Optional. Only includes events for issues with the given issue states. Only available for topIssues reports.

filter.issue.variantIdstring

Optional. Only counts events for the given issue variant ID. This field matches [IssueVariant.id].

filter.operatingSystem.displayNamesstring[]

Only counts events in the given operating system and version. This string matches OperatingSystem.display_name. Format: "osName (osVersion)" e.g. "Android (11)". or just "osName" for all versions, e.g. simply "iPadOS".

filter.version.displayNamesstring[]

Only counts events in the given app version. This string matches Version.display_name. Format: "display_version (build_version)" e.g. "1.2.3 (456)".

pageSizeinteger

Optional. The maximum number of events per page. If omitted, defaults to 10.

pageTokenstring

Optional. A page token, received from a previous calls.

readMaskstring

Optional. The list of Event fields to include in the response. If omitted, the full event is returned.

Response

Successful response

All 9 operations