Skip to main content
SessionFetch the app URL for a particular session (Server 2)
TestMu AI
StatusCommunityBlog
Session

Fetch the app URL for a particular session (Server 2)

Retrieve the app URL being used for a specific session.

GET
/metadata/{session_id}/details
Fetch the app URL for a particular session (Server 2)
curl --request GET \
--url "https://manual-api.lambdatest.com/metadata/{session_id}/details" \
--header "Authorization: Basic <encoded-value>"
{
"appUrl": "<string>"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

session_idstringrequired

ID of the session

Response

application/json

Successful operation

appUrlstringrequired
Fetch the app URL for a particular session (Server 2)
curl --request GET \
--url "https://manual-api.lambdatest.com/metadata/{session_id}/details" \
--header "Authorization: Basic <encoded-value>"
{
"appUrl": "<string>"
}