v2

latestOpenAPI 3.0.32026-08-055124127.6 KB
sessions

List sessions for an application

Returns a list of sessions for the specified application

get/applications/{application-identifier}/sessions

Query parameters

countinteger

Limits the number of items in the response

offsetinteger

Number of items to skip before returning results

filterstring

Filter items by an expression. Currently only supports filtering by xhr.uri. Note: This parameter cannot be used with orderby

orderbystring[]

Order items by property values. Note: This parameter cannot be used with filter

Response

OK

identifierstring required
applicationIdentifierstring required
customerIdentifierstring required
isActiveboolean required
startedAtstring date-time required
updatedAtstring date-time required
endedAtstring date-time nullable required
countryCodestring nullable required

ISO 3166-1 alpha-2 country code

platformNamestring required
operatingSystemNamestring required
operatingSystemVersionstring nullable required
browserNamestring required
browserVersionstring nullable required
viewportWidthinteger required
viewportHeightinteger required
deploymentVersionstring nullable required
applicationUrlstring uri required

URL to view the session in Raygun

Example response

[
  {
    "countryCode": "US"
  }
]