LambdaTest · Schema
LambdaTest Session
Represents a single test session on the LambdaTest automation cloud grid.
TestingCross-Browser TestingSeleniumCypressPlaywrightMobile TestingAutomationQAVisual Regression
Properties
| Name | Type | Description |
|---|---|---|
| test_id | string | Unique identifier for the test session. |
| build_id | integer | Identifier of the build this session belongs to. |
| name | string | Name of the test. |
| user_id | integer | Identifier of the user who ran the session. |
| username | string | Username of the user who ran the session. |
| duration | integer | Session duration in seconds. |
| platform | string | Operating system / platform used. |
| browser | string | Browser used for the test. |
| browser_version | string | Version of the browser. |
| device | stringnull | Device name for mobile tests. |
| status_ind | string | Test status indicator. |
| session_id | string | WebDriver session ID. |
| build_name | string | Name of the parent build. |
| create_timestamp | string | When the session was created. |
| start_timestamp | string | When the session started. |
| end_timestamp | string | When the session ended. |
| remark | string | Final status remark. |
| console_logs_url | string | URL to retrieve console logs. |
| network_logs_url | string | URL to retrieve network logs. |
| command_logs_url | string | URL to retrieve command logs. |
| selenium_logs_url | string | URL to retrieve Selenium driver logs. |
| screenshot_url | string | URL to retrieve screenshots archive. |
| video_url | string | URL to the session recording video. |
| customData | object | Arbitrary custom metadata attached to the session. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/lambdatest/main/json-schema/lambdatest-session-schema.json",
"title": "LambdaTest Session",
"description": "Represents a single test session on the LambdaTest automation cloud grid.",
"type": "object",
"properties": {
"test_id": {
"type": "string",
"description": "Unique identifier for the test session.",
"example": "Z17EF-OPUKH-BDAE8-YEPXU"
},
"build_id": {
"type": "integer",
"description": "Identifier of the build this session belongs to.",
"example": 1
},
"name": {
"type": "string",
"description": "Name of the test.",
"example": "mytest"
},
"user_id": {
"type": "integer",
"description": "Identifier of the user who ran the session.",
"example": 250563
},
"username": {
"type": "string",
"description": "Username of the user who ran the session.",
"example": "bahubali"
},
"duration": {
"type": "integer",
"description": "Session duration in seconds."
},
"platform": {
"type": "string",
"description": "Operating system / platform used.",
"example": "win10"
},
"browser": {
"type": "string",
"description": "Browser used for the test.",
"example": "chrome"
},
"browser_version": {
"type": "string",
"description": "Version of the browser.",
"example": "71.0"
},
"device": {
"type": ["string", "null"],
"description": "Device name for mobile tests."
},
"status_ind": {
"type": "string",
"description": "Test status indicator.",
"enum": ["running", "queued", "completed", "timeout", "error", "failed", "passed"]
},
"session_id": {
"type": "string",
"description": "WebDriver session ID.",
"example": "bc02fd99593f14e37850745d66197f89"
},
"build_name": {
"type": "string",
"description": "Name of the parent build.",
"example": "my-build"
},
"create_timestamp": {
"type": "string",
"format": "date-time",
"description": "When the session was created.",
"example": "2019-02-05 08:24:36"
},
"start_timestamp": {
"type": "string",
"format": "date-time",
"description": "When the session started.",
"example": "2019-02-05 08:24:58"
},
"end_timestamp": {
"type": "string",
"format": "date-time",
"description": "When the session ended.",
"example": "2019-02-05 08:27:22"
},
"remark": {
"type": "string",
"description": "Final status remark.",
"example": "completed"
},
"console_logs_url": {
"type": "string",
"format": "uri",
"description": "URL to retrieve console logs."
},
"network_logs_url": {
"type": "string",
"format": "uri",
"description": "URL to retrieve network logs."
},
"command_logs_url": {
"type": "string",
"format": "uri",
"description": "URL to retrieve command logs."
},
"selenium_logs_url": {
"type": "string",
"format": "uri",
"description": "URL to retrieve Selenium driver logs."
},
"screenshot_url": {
"type": "string",
"format": "uri",
"description": "URL to retrieve screenshots archive."
},
"video_url": {
"type": "string",
"format": "uri",
"description": "URL to the session recording video."
},
"customData": {
"type": "object",
"description": "Arbitrary custom metadata attached to the session."
}
},
"required": ["test_id", "build_id", "status_ind"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lambdatest-session"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.