Get Screenshots

Retrieves screenshots captured during the bot's session

GET
/bots/{uuid}/screenshots

Authorization

ApiKeyAuth
x-meeting-baas-api-key<token>

API key for authentication

In: header

Path Parameters

uuid*string

The UUID identifier

Response Body

application/json

curl -X GET "https://api.meetingbaas.com/bots/string/screenshots"
[
  {
    "date": "string",
    "url": "string"
  }
]