GET /test/status

Returns status of all jobs.

Limitations -

  • Keep status only for 10 minutes after test ends, will be cleaned up after that

Query Params

fieldDescriptiondata type
offsetstart of the pageuint32
limitsize of the pageuint32

Response

fieldDescriptiondata type
job_idTest identifierUUID
statusstatus of the testJobStatus

Example

curl --location --request GET '{overload_host}:3030/test/status/'
{
  "60de342e-b18c-4837-80d2-a2c71c1985f8": "Completed"
}