Get Test Status Service

You need to send a POST request to token service as below. curl --request POST --url //loadium.io/resource1/api/session/SESSION_KEY/detail --header 'Authorization: Bearer ACCESS_TOKEN'

Response will be as follow. Status can be either SUCCESS, RUNNING or FAILED.

{ "status": "SUCCESS", "jMeterSessionBasicDetailsDTO": { "testKey": "m2hi5juqaqdnthq6k1sngkt6col7gte3", "sessionKey": "kvvd55j45jpak37dab1dsnld1jbqkbt7", "sessionStatus": 3 } }

Enjoy load testing!

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

Last updated