Get data streams

View as Markdown
GET /api/fleet/epm/data_streams

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/epm/data_streams

Refer to Spaces for more information.

[Required authorization] Route required privileges: integrations-read OR fleet-setup OR fleet-all.

Query parameters

  • type string

    Values are logs, metrics, traces, synthetics, or profiling.

  • datasetQuery string
  • sortOrder string

    Values are asc or desc. Default value is asc.

  • uncategorisedOnly boolean

    Default value is false.

Responses

  • 200 application/json

    OK: A successful request.

    Hide response attribute Show response attribute object
    • items array[object] Required
      Hide items attribute Show items attribute object
      • name string Required
  • 400 application/json

    A bad request.

    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
GET /api/fleet/epm/data_streams
curl \
 --request GET 'https://localhost:5601/api/fleet/epm/data_streams' \
 --header "Authorization: $API_KEY"