resource-api

List Polling Profiles

List polling profiles used on Tracetest to configure how to fetch traces in a test.

get/pollingprofile

Query parameters

takeinteger

Indicates the maximum number of polling profiles that can be returned on this call.

skipinteger

Indicates how many polling profiles will be skipped when paginating.

sortBy'id' | 'name' | 'strategy'

Indicates the sort field for on which all polling profiles will be sorted.

sortDirection'asc' | 'desc'

Indicates the sort direction for the polling profiles (ascending or descending).

Response

successful operation

PollingProfile[] required— unresolved $ref

Changes