Get output

GET /api/fleet/outputs/{outputId}

Spaces method and path for this operation:

get /s/{space_id}/api/fleet/outputs/{outputId}

Refer to Spaces for more information.

Get output by ID.

[Required authorization] Route required privileges: fleet-settings-read OR fleet-agent-policies-read.

Path parameters

  • outputId string Required

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • item object Required

      Any of:
  • 400 application/json
    Hide response attributes Show response attributes object
    • error string
    • errorType string
    • message string Required
    • statusCode number
GET /api/fleet/outputs/{outputId}
curl \
 --request GET 'http://localhost:5601/api/fleet/outputs/{outputId}' \
 --header "Authorization: $API_KEY"