📓
Loadium Wiki
  • Welcome to Loadium
  • Getting Started with Loadium
  • Quick Guides
    • Quick Start
    • JMeter Test
    • Locust Test
    • Script Builder
      • Simple HTTP Builder
      • Record&Play
    • Gatling Test
    • WebDriver Test
    • HLS Test
    • Understanding Test Reports
    • Test Execution Fail Reasons
    • File Output
  • ABOUT LOADIUM
    • Features
    • Pricing
    • VUH - Virtual User Hour
  • ACCOUNT
    • Profile & Account
    • Subscription
  • Features
    • Test Report
    • Compare Test
    • Private Location
    • Report PDF Export
  • Test Settings
    • Split CSV
    • Sandbox
    • Multi-Step
    • Geolocation
    • Customize Setup
    • Dedicated IP
    • Send Email
    • DNS Override
    • TPS
    • Network Type
    • Test Scheduling
    • Test Failure Settings
    • JMeter Settings
    • Failure Criteria
    • Flexible Thread Scheduling
  • CONTINUOUS INTEGRATION SUPPORT
    • Azure DevOps Pipeline
    • Jenkins Load Testing with Loadium
  • Integrations
    • Microsoft Teams Integration
    • New Relic Integration
    • AppDynamics Integration
    • TeamCity Integration
  • Jmeter Corner
    • Built-in JMeter Functions
    • How to Install JMeter Plugins
    • Record and Play Load Testing With Jmeter in 5 Steps
    • Websocket with Apache JMeter
    • JMeter Timers
    • Handling Error Messages of JMeter Tests in Loadium
    • Details of Throughput Controller in JMeter (Splitting Threads to Different Requests)
    • How to Add a Varying Number of Parameters in Apache JMeter
    • Local Network Simulation On JMeter
    • Running Load Test with FTP Server
  • Gatling Corner
    • Introduction to Gatling
    • Gatling Recorder
    • Gatling Pros&Cons
  • PUBLIC APIs
    • Get Test Status Service
    • Authentication Service
    • Get Performance Test List Service
    • Start Performance Test Service
Powered by GitBook
On this page

Was this helpful?

  1. PUBLIC APIs

Get Performance Test List Service

PreviousAuthentication ServiceNextStart Performance Test Service

Last updated 3 years ago

Was this helpful?

You need to make a GET request to get all performance test related with your Loadium account. curl --request GET --url https://loadium.io/resource1/api/tests --header 'accept: application/json' --header 'Authorization: Bearer ACCESS_TOKEN'

Response will be a JSON file having many details about tests. The most important value is the testkey value as it will be used in service.

{ "status": "SUCCESS", "testBasicDetailsDTOs": [ { "testKey": "is2bo4cqkct1opieljfl1b3m1g53mkmb", "testName": "HTTP Live Streaming Performance Test", "createdTime": 1512134680000, "favorite": false, "testType": "JMX", "owner": "Hannibal Lecter" }, { "testKey": "j61choov5j5jmgvm5oorav2kf1r2caih", "testName": "E-Commerce Test", "createdTime": 1513586980000, "favorite": true, "testType": "JMX", "owner": "John Doe" }] }

Enjoy testing!

If you don't see the answer to your question here, please to let us know! We're always improving our documentation.

Start Test
Sandbox
Dedicated IP
Pricing
reach out to us