Skip to main content
GET
CountTestSteps

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filter
string

A Common Expression Language (CEL) filter string. Available fields to filter by are test_step_id, test_report_id, parent_step_id, name, description, step_type, step_path, status, start_time, end_time, error_code, error_message, created_date, modified_date, and metadata. Metadata can be used in filters by using metadata.{metadata_key_name} as the field name. For further information about how to use CELs, please refer to this guide.

Response

A successful response.

count
string<int64>