Skip to main content

Get all email profiles

GET 

/logging-service/logforwarding/v1/email-profiles

Retrieve information about all existing e-mail profiles, including their profile IDs.

Request

Query Parameters

    status ProfileStatus[]

    Possible values: [pending, inactive, active]

    The status of the profiles to be returned.

    resultSize integer

    Default value: 100

    The maximum number of profiles to be returned.

Responses

Request successfully processed

Schema
  • Array [
  • destination objectrequired

    Profile name and email recipient information.

    bcc string[]

    Additional addresses to receive the emails. Max of 10.

    displayName stringrequired

    Name of the profile.

    subject stringrequired

    Subject to appear in the emails.

    to stringrequired

    Email address of the recipient.

    logtypes object[]required
  • Array [
  • allColumns boolean

    True sends all log fields. False sends a subset of log fields.

    excludedColumns string[]

    The specific log fields you do not want to send. Does nothing if the same field is present in includedColumns.

    filter string

    The filter query used to send a subset of logs.

    includedColumns string[]

    The specific log fields you want to send. Does nothing if allColumns is True.

    logtype string

    The log type that you want to send.

  • ]
  • profileId stringrequired

    ID of the profile.

    status ProfileStatus (string)required

    Possible values: [pending, inactive, active]

    Profile status

  • ]
Loading...