This method, armed with a bulk search id number previously supplied by the result of a AddBulkSearch method, will bring back the status of a previously carried out bulk search.
Request Parameters
Parameter | Type | Format | Description |
---|---|---|---|
Id Required | Int64 | Bulk Search ID number. | |
SubUserName | string | Null or max length 50 characters | If this is specified, only Bulk Searches belonging/requested by this Sub User will be shown in the response, otherwise it will include the Bulk Searches requested by the main user account. |
Response Parameters
Parameter | Type | Format | Description |
---|---|---|---|
ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
BulkSearchStatus | BulkSearchStatus | Instance of BulkSearchStatus object (see here) |