Skip to main content

Get chatroom report

GET 

/bv/chatroom/v1/chatrooms/:id/reports/:report_id

Retrieves the chatroom report that will contain the uri which will be able to download when status is REPORT_STATUS_SUCCEEDED.

Request

Path Parameters

    id stringrequired

    Required. The unique id of the chatroom.

    report_id stringrequired

    Required. The unique id of the chatroom report to be retrieved.

Responses

A successful response.

Schema
    id string

    The unique id of the report.

    uri string

    The download URI of the report. It'll available when status is REPORT_STATUS_SUCCEEDED.

    status string

    Possible values: [REPORT_STATUS_RUNNING, REPORT_STATUS_SUCCEEDED, REPORT_STATUS_FAILED]

    The status of the report.

Loading...