Links

REST API

Loadmill's API is an interface for interacting with Loadmill’s servers. Use it to create and launch your tests.
Before getting started you’ll need to generate an API token, take a look how to generate it here.
post
https://app.loadmill.com/api
/v1/test-suites/:id/run
Run Test Suite
get
https://app.loadmill.com
/api/v1/test-suites-runs/:id
Get Test Suite Run (Test Suite results)
get
https://app.loadmill.com
/api/v1/test-suites-runs/flows/:id
Get Test Suite Flow Run
put
https://app.loadmill.com
/api/v1/test-suites-runs/:id
Stop Test Suite Run
post
https://app.loadmill.com
/api/v1/tests
Create Load Test
patch
https://app.loadmill.com
/api/v1/test-suites/:suiteId/flows/:flowId/pools
Set Flow
put
https://app.loadmill.com
/api/v1/tests/:id/load
Run Load Test
get
https://app.loadmill.com
/api/v1/tests/:id
Get Load Test
get
https://app.loadmill.com/api
/v1/labels
Labels
post
https://app.loadmill.com/api/v1
/test-plans/:test-plan-id/run
Run Test Plan
get
https://app.loadmill.com/api/v1/
test-plans-runs/:plan-run-id
Get Test Plan Run
post
https://app.loadmill.com/api/v1
/test-plans-runs/:test-plan-run-id/re-run
Re-run Test Plan
get
https://app.loadmill.com/api/v1
/test-suites
Get test suites
get
https://app.loadmill.com/api/v1
/test-plans
Get Test Plans