---
title: "List Codeless test steps"
method: GET
path: "/v1/lab/{id}/steps"
tags: ["Codeless tests"]
---

# List Codeless test steps

`GET /v1/lab/{id}/steps`

Returns the recorded Selenium-IDE steps for a Codeless test, with pagination.

## Path parameters

- `id` integer, required

## Query parameters

- `offset` integer
- `count` integer

## Response `200`

List Codeless test steps

- TestingbotEntitiesLabTestStepList — Testingbot_Entities_LabTestStepList model
  - `data` TestingbotEntitiesLabTestStep[], required
    - `test_order` integer, required — Zero-based step index.
    - `cmd` string, required — Selenium IDE command (open, click, type, verifyTitle, …).
    - `locator` string, required — Selenium target (id=foo, xpath=//div, …).
    - `value` string, required — Selenium value parameter when required.
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `meta` TestingbotEntitiesMeta, required
    - `offset` integer, required — Number of items skipped from the start of the result set.
    - `count` integer, required — Items returned in this page (matches the requested `count` query param).
    - `total` integer, required — Total number of items available across all pages.

## Other responses

- `401` — Authentication required
- `404` — Test not found

---

[API](https://skmtc.net/testingbot/apis/testingbot-rest-api.md) · [All operations](https://skmtc.net/testingbot/apis/testingbot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/testingbot/testingbot-rest-api/versions/8f493cca8f92/schema)
