For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sessions

Get sessions

get

Gets sessions. Query parameters can be used for filtering sessions.

Authorizations
Query parameters
pageintegerOptional

The page number of results

Example: 1
limitintegerOptional

The number of results to return per page

Default: 50Example: 100
startDatestring · dateRequired

The start date of the report (UTC time & inclusive).

Default: 12 months prior to todayExample: 2023-01-01
endDatestring · dateOptional

The end date of the report (UTC time & inclusive).

Default: todayExample: 2023-02-01
searchstringOptional

Text search for sessions. Can be build id, app id, app name, etc.

Example: wikipedia
targetIdstringOptional

Only include sessions for this target ID

Example: b_k5h7avnbeedjbkm2cwuorlis7m
appIdstringOptional

Only include sessions for this App ID

Example: com.myorg.myapp
bundlestringOptional

Only include sessions for this bundle

Example: com.myorg.myapp
buildTagsstringOptional

Only include builds with these tags

Example: dev,qa
buildVersionNamestringOptional

Only include builds with this version name

Example: v1.2.3
devicestringOptional

Only include sessions that used this device

Example: iphone15pro
platformstring · enumOptional

Only include sessions for this platform

Example: iosPossible values:
osVersionstringOptional

Only include sessions that used this osVersion. Can be specific version or just major.

Example: 18
usersstringOptional

Only include sessions from these users. Must be admin role, otherwise this will always be yourself.

Example: jordan@doe.com,john@doe.com
sessionTokenstringOptional

Find the session by token

Example: 790a2c1c0e19725323ab0a337478c3d22464536760b5b3f1ad39ec57472a5842
sortstring · enumOptional

Sort sessions by this field

Default: startTimeExample: startTimePossible values:
orderstring · enumOptional

Order the sort by ascending or descending

Default: descExample: ascPossible values:
Responses
200

OK

totalinteger · int32OptionalExample: 25
nextPagenumber · int32 · nullableOptionalExample: 2
get/v2/sessions

Get session attachment

get

Gets a session attachment

Authorizations
Path parameters
sessionTokenstringRequired

The session token of the session to get the attachment for

Example: 790a2c1c0e19725323ab0a337478c3d22464536760b5b3f1ad39ec57472a5842
Query parameters
typestring · enumRequired

The type of attachment to get

Example: network-capturesPossible values:
Responses
307

Redirect to the attachment file

get/v2/sessions/{sessionToken}/attachment

No content

Last updated