Skip to main content
GET
List sessions that touched a file

Query Parameters

path
string
required

The file path to look up.

Maximum string length: 4096
cursor
string

Opaque pagination cursor from a previous page's nextCursor or prevCursor.

Maximum string length: 1024
limit
integer
default:25

Maximum items per page.

Required range: 1 <= x <= 100

Response

One page of sessions that touched the file.

One page of sessions that touched the queried file.

items
object[]
required
limit
integer
required
Required range: x >= 1
nextCursor
string
prevCursor
string