Session Info
The Session Info endpoint provides information about a recording started with the SDK.
Returns information about a Report that has been previously requested via API.
GET
https://widget-api.bugpilot.io/api/v1/session-info/<workspaceId>/<sessionToken>
This endpoint
Path Parameters
Name
Type
Description
workspaceId*
String
The id of the workspace you are fetching information from
sessionToken*
String
A session token, as returned from one of the Action endpoints
Headers
Name
Type
Description
Accept
String
Either text/html
or application/json
This changes the behavior of the endpoint in case of a successful response.
Last updated