List data streams

View as Markdown
GET /api/fleet/data_streams

Spaces method and path for this operation:

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

Refer to Spaces for more information.

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • data_streams array[object]
      Hide data_streams attributes Show data_streams attributes object
      • dashboard array[object]
        Hide dashboard attributes Show dashboard attributes object
        • id string
        • title string
      • dataset string
      • index string
      • last_activity_ms number
      • namespace string
      • package string
      • package_version string
      • size_in_bytes number
      • size_in_bytes_formatted string
      • type string
  • 400 application/json

    Generic Error

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