Get Company Surge® Report Results

This endpoint allows you to get the status of your Company Surge® report job and download your report.

Data Types

Response Object

Field nameTypeDescription
SuccessboolIndicates whether Company Surge® report job is complete
MessagestringMessage

Request/Response

Path Parameters

Parameter NameTypeDescription
idstringId of report job

HTTP Request

GET https://sentry.bombora.com/v2/Surge/TryGetResult?id=a1b2c3

HTTP Request Header

Authorization: Basic {AUTH_KEY}

Referer: bombora.com

HTTP Response

If job is still processing, the response will return false. 

{

"Success" : false,

"Message" : ""

}

If the job has completed, the response returns the file as a byte stream. 

Header.ContentType = "application/octet-stream"

<Streams report file>

Comments

  • Company Surge® reports take approximately 10-15 minutes to complete.
  • Your report will automatically be streamed if your job has completed.
  • Report format will depend on parameters specified when creating a Company Surge® report. See endpoint documentations for more details
  • NOTE: Reports larger than 20MB will be returned as a zipped (.zip) file.