Skip to main content
Table of Contents

Plan

Use our REST API to fetch details about your group’s App Automate plan, including the maximum number of parallel tests allowed, the number of parallel tests currently running, and the number of parallel tests queued. You can use this information to manage the execution of parallel tests while running your builds.

Get plan details

GET /app-automate/plan.json

Get BrowserStack plan details in real-time.

Request Parameters

Request

curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
-X GET "https://api-cloud.browserstack.com/app-automate/plan.json"

No parameter required.

Response Attributes 200 OK application/json

Response

{
  "automate_plan": "App Automate",
  "terminal_access": "Public",
  "parallel_sessions_running": 0,
  "team_parallel_sessions_max_allowed": 25,
  "parallel_sessions_max_allowed": 25,
  "queued_sessions": 0,
  "queued_sessions_max_allowed": 25
}
  • automate_plan String

    Your BrowserStack App Automate plan.

  • terminal_access String

    Specifies if devices are allotted exclusively to the group. For smart tv users, variable value is Private.

  • parallel_sessions_running Integer

    Number of parallel tests currently running.

  • parallel_sessions_max_allowed Integer

    Maximum number of parallel tests available in your BrowserStack App Automate plan.

  • team_parallel_sessions_max_allowed Integer

    Number of parallel tests allocated to your team.

  • queued_sessions Integer

    Number of tests currently queued.

  • queued_sessions_max_allowed Integer

    Maximum number of tests allowed to be queued.

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked






Thank you for your valuable feedback