EaserixDocs
DevelopersAPI referenceCronCrunchMonitoring

List screenshots

Screenshot records ordered captured_at descending, hard limit 500. from/to filter on captured_at. url is a presigned GET link valid ~10 minutes, or null when storage is not configured.

View as Markdown
GET
/v1/screenshots
AuthorizationBearer <token>

In: header

Query Parameters

from?string
Formatdate-time
to?string
Formatdate-time

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/screenshots"
{  "screenshots": [    {      "id": "string",      "entryId": "string",      "contentType": "string",      "sizeBytes": 0,      "capturedAt": "2019-08-24T14:15:22Z",      "url": "string"    }  ]}