Interface RUMOperationsApiListRUMOperationsRequest

Hierarchy

  • RUMOperationsApiListRUMOperationsRequest

Properties

applicationId?: string

Filter operations by RUM application ID.

creator?: string

Filter operations by the email of their creator.

featureId?: string

Filter operations by feature ID. Accepts a comma-separated list of feature IDs.

pageLimit?: number

Number of items per page. Maximum of 100.

pageOffset?: number

Offset for pagination.

query?: string

A search query to filter operations by name.

team?: string

Filter operations by team. Accepts a comma-separated list of teams.

Generated using TypeDoc