Core
Session Reports
The report payload groups sessions by info types and by a custom field (group_by
) provided by the client.
The items returns data containing the sum of redact fields performed by a given info type aggregated by the group_by
attribute.
GET
/
reports
/
sessions
Query Parameters
connection_name
string
Filter by the connection name
end_date
string
End Date, default to current date + 1 day
group_by
enum<string>
default: connectionGroup by this field
Available options:
connection
, connection_type
, id
, user_email
id
string
Filter the report by the ID of the session
start_date
string
Start Date, default to current date
user_email
string
Filter the report by e-mail
verb
enum<string>
Filter the report by the type of the verb
Available options:
exec
, connect
Response
200 - application/json
items
object[]
total_redact_count
integer
The sum of items[].redact_total
total_transformed_bytes
integer
The sum of items[].transformed_bytes