Get all running tests of a team
Used to get the running tests of a team.
API
GET
https://api.beaglesecurity.com/rest/v2/test/runningsessions?teamid={teamid}
Required scope: read_test_result
Request headers
Content-Type: application/json
Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Request body
teamid
string
required
A unique token for identifying your team
Response
sessions
array
List of test session object
code
string
Status code for the API call.
Values are:
- SUCCESSAPI call is success
- PLAN_NOT_SUPPORTEDYour plan does not support this feature.
- INVALID_SESSIONInvalid session
- FAILEDFailed to get test sessions.
- NOT_AUTHORIZEDUser authentication failed.
message
string
Success/failure message for the API call