Get ingest stream settings Technical Preview

View as Markdown
GET /api/streams/{name}/_ingest

Spaces method and path for this operation:

get /s/{space_id}/api/streams/{name}/_ingest

Refer to Spaces for more information.

Fetches the ingest settings of an ingest stream definition

[Required authorization] Route required privileges: read_stream.

Path parameters

  • name string Required
application/json

Body

object object

Additional properties are NOT allowed.

GET /api/streams/{name}/_ingest
curl \
 --request GET 'https://localhost:5601/api/streams/{name}/_ingest' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json"