Skip to content
  • Auto
  • Light
  • Dark
Get Started

Retrieve

Get
get/api/v1/systemlog/exports/{export_id}

Get a system log export by ID

Path Parameters
export_idstring

The exportId field.

Returns
exportercreatedAtstringdatasourceExportToDatasourcedeletedAtstringdisplayNamestringexportIdstringstateenumupdatedAtstringwatermarkEventIdstringExporter
optional

The Exporter message.

This message contains a oneof named export_to. Only a single field of the following list may be set at a time:

  • datasource
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/systemlog/exports/$EXPORT_ID \
    -H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY"
200 Example
{
  "exporter": {
    "datasource": {
      "datasourceId": "datasourceId",
      "format": "EXPORT_FORMAT_UNSPECIFIED",
      "prefix": "prefix"
    },
    "displayName": "displayName"
  }
}