Custom search queries

In Sessions, enter a custom search query into the search bar. You can also save your custom queries and use them later.

Build a query

Enter one or more space-separated parameters to build a query. When a query is run, each parameter is joined by an AND condition, and the results are returned in the session list.

The custom queries parameters

Example
status:passed type:manual os:android # Returns all passing, manual sessions, using a device with an Android OS.

Save a query

After a query is built, select Add Saved Search, then Save. Now you can run this query any time you search for a session.

Click Star to add Saved Search

Parameters

application:

Returns all sessions using this application. application: takes a space-separated string surrounded in double quotes "" or a concatenated string with or without double quotes "".

Example
application:"wingman api" # Returns all sessions using the Wingman API app.
application:guardian # Returns all sessions using the Gaurdian app.

is:scriptless

Returns all Scriptless sessions.For manual or automation sessions, see type:.

Example
is:scriptless # Returns all Scriptless sessions.

manufacturer:

Returns all sessions using devices with this manufacturer.

Example
manufacturer:apple # Returns all sessions using an Apple device.

model:

Returns all sessions using this device model. model: takes a space-separated string surrounded in double quotes "" or a concatenated string with or without double quotes "".

Example
model:"redmi note 7" # Returns all sessions using a Xiaomi Redmi Note 7.
model:mq9d2 # Returns all sessions using a Space Gray iPhone 8 Plus.

os:

Returns all sessions using a device with this operating system (OS).

Example
os:ios # Returns all sessions using an iOS device.

os_version:

Returns all sessions using a device with this operating system version (OS version).

Example
os_version:14.7.1 # Returns all sessions using an iOS device on version 14.7.1.

resolution:

Returns all sessions using devices with this screen resolution.

Example
resolution:720x1080 # Returns all sessions using a device with a 720x1080 screen resolution.

status:

Returns all sessions matching this status.For more information, see Session tags.

Example
status:running # Returns all sessions currently running.

type:

Returns all sessions with this session type: manual or automation. For scriptless sessions, see is:scriptless.

Example
type:manual # Returns all manual sessions.

udid:

Returns all sessions using a device with this UDID.

Example
udid:6ec7ca0e # Returns all sessions using a device with UDID 6ec7ca0e.

user:

Returns all sessions started by this user. You may only search users assigned to your team.

Example
user:alex # Returns all sessions started by Alex.