---
title: "Run all Codeless tests"
method: POST
path: "/v1/lab/trigger_all"
tags: ["Codeless tests"]
---

# Run all Codeless tests

`POST /v1/lab/trigger_all`

Queues a run of every Codeless test on the account. Returns a job_id that aggregates the results — poll via `GET /v1/jobs/:id`. Optional `url` overrides each test's base URL for this run.

## Request body

- PostV1LabTriggerAll — Run all Codeless tests
  - `url` string — Override base URL for every queued test.

## Response `201`

Run all Codeless tests

- TestingbotEntitiesLabRunAck — Testingbot_Entities_LabRunAck model
  - `success` boolean, required — Whether the run was queued successfully.
  - `job_id` integer, required — Job ID — poll `GET /v1/jobs/:id` for progress.

## Other responses

- `401` — Authentication required
- `402` — Insufficient credits
- `403` — Account is read-only

---

[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/eff607a49246/schema)
