Skip to main content
Version: v2

Get Stream Import Request Details

Retrieve ID generated as a result of Create Stream Import request with the provided Request ID. If the request has not been completed then an empty ID string will be returned.

Path Parameters
    request_id string required

    The request ID for this asynchronous operation that can be used to query for status of this operation.

Responses
200

A successful response.


{
"id": "987654321"
}
Loading...