Download log files

    Download log files


    Article summary

    Get
    /v2/{accessKey}/log
    Header parameters
    Authorization
    stringRequired

    Authorization: Bearer

    Path parameters
    accessKey
    stringRequired

    Customer access key

    Query parameters
    type
    stringRequired

    Please specify the category of the stats

    Valid values[ "likeLog", "chatLog", "productClickLog", "popupClickLog", "viewerAccessLog", "viewerActivityLog", "highlightedChatLog", "filteredChatLog" ]
    format
    stringRequired

    Please specify the log file format to download

    Valid values[ "json", "csv", "tsv" ]
    from
    stringRequired

    Restrict the search scope of logs between the specified from and to in YYYY-MM-DD'T'HH:mm:ss'Z' format (e.g. 2022-05-20T09:00:00Z). The from and to parameters must be specified together and the date range can't be greater than 1 day.

    to
    stringRequired

    Restrict the search scope of logs between the specified from and to in YYYY-MM-DD'T'HH:mm:ss'Z' format (e.g. 2022-05-20T09:00:00Z). The from and to parameters must be specified together and the date range can't be greater than 1 day.

    Responses
    200

    200

    Result
    ""
    4XX

    4XX

    Result
    "{\n    \"_s\": -000,\n    \"_e\": \"Error message\"\n}"