Skip to main content
POST
Fetch Screenshot

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request payload to fetch screenshots. Either userId or teamId must be provided. Both cannot be empty.

startDate
string<date-time>
required
Example:

"2026-02-08 00:00:00"

endDate
string<date-time>
required
Example:

"2026-02-08 23:59:59"

timeZone
string
required

IANA timezone of the requester

Example:

"Asia/Kolkata"

userId
string<uuid>[]
required

List of user UUIDs to fetch screenshots for

offset
integer
required
Required range: x >= 0
Example:

0

limit
integer
required
Required range: 1 <= x <= 100
Example:

15

teamId
string<uuid>[]

List of team UUIDs to fetch screenshots for

Example:

Response

Fetched screenshots successfully.

success
boolean
Example:

true

statusCode
integer
Example:

200

statusMessage
string
Example:

"Fetched screenshots successfully"

error
object | null

Error object if request fails, null if successful

data
object[]

List of screenshots captured in the requested time interval