Interface SyntheticsApiSearchTestsRequest

Hierarchy

  • SyntheticsApiSearchTestsRequest

Properties

count?: number

The maximum number of results to return.

facetsOnly?: boolean

If true, return only facets instead of full test details.

includeFullConfig?: boolean

If true, include the full configuration for each test in the response.

searchSuites?: boolean

If true, returns suites instead of tests.

sort?: string

The sort order for the results (e.g., name,asc or name,desc).

start?: number

The offset from which to start returning results.

text?: string

The search query.

Generated using TypeDoc