v1

latestSwagger 2.02026-08-06114111152.5 KB
Codeless tests

Get a specific Codeless test

Returns a single Codeless test's configuration: schedule, alerts, attached browsers, and timestamps. Use the steps endpoint to retrieve the actual test recording.

get/v1/lab/{id}

Path parameters

idinteger required

Numeric Codeless test ID.

Response

Get a specific Codeless test

idinteger required

Unique numeric Codeless test ID.

namestring required

Test name.

urlstring required

Target URL the test runs against.

enabledboolean required

Whether scheduled runs are active.

cronstring required

Cron expression for scheduled runs; null if unscheduled.

created_atstring date-time required
updated_atstring date-time required
last_runstring date-time required

Most recent run timestamp.