Learn about our new features recently updated daily.
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

Next

Enhance your security workflow with Beagle DevSecOps Plugins, which enable automated security testing during cloud deployments. This section covers various CI/CD integrations that help streamline security assessments in your development pipeline.