---
title: "Search"
method: POST
path: "/api/v1/search/systemlog/exports"
tags: ["System Log Exporter"]
---

# Search

`POST /api/v1/search/systemlog/exports`

Search for system log exports matching the specified filters.

## Request body

- C1ApiSystemlogV1ExportsSearchServiceSearchRequest — ExportsSearchServiceSearchRequest is the request for searching system log exports.
  - `displayName` string — Search for system log exporters with a case insensitive match on the display name.
  - `pageSize` integer — The pageSize field.
  - `pageToken` string — The pageToken field.
  - `query` string — The query field.
  - `refs` C1ApiSystemlogV1ExporterRef[], nullable — The refs field.
    - `exportId` string — The exportId field.

## Response `200`

ExportsSearchServiceSearchResponse is the response for searching system log exports.

- C1ApiSystemlogV1ExportsSearchServiceSearchResponse — ExportsSearchServiceSearchResponse is the response for searching system log exports.
  - `list` C1ApiSystemlogV1Exporter[], nullable — The list of system log exports matching the search criteria.
    - `createdAt` string, date-time, nullable
    - `datasource` C1ApiSystemlogV1ExportToDatasource — The ExportToDatasource message.
      - `datasourceId` string — The datasourceId field.
      - `format` 'EXPORT_FORMAT_UNSPECIFIED' | 'EXPORT_FORMAT_OCSF_JSON_ZSTD' | 'EXPORT_FORMAT_OCSF_JSON_GZIP' — The format field.
      - `prefix` string — The prefix field.
    - `deletedAt` string, date-time, nullable
    - `displayName` string — The displayName field.
    - `exportId` string — The exportId field.
    - `state` 'EXPORT_STATE_UNSPECIFIED' | 'EXPORT_STATE_EXPORTING' | 'EXPORT_STATE_WAITING' | 'EXPORT_STATE_ERROR' — The state field.
    - `updatedAt` string, date-time, nullable
    - `watermarkEventId` string — we've synchorized this far
  - `nextPageToken` string — The token to retrieve the next page of results, or empty if there are no more results.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f2cf3228f366/schema)
