Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

page_size
integer<int32>
required
project_id
string
required
page_token
string
filter
string

Filter the result-set by properties using a subset of the Kibana Query Language. Only AND statements are supported. E.g. not name:"" or connected:true. On the name field, prefix and suffix matching is supported to simulate searching, e.g. name:*foo*

order_by
string

Specifies the result ordering for List requests. If this is not provided, the default order is by ID. Supported values are:

  • "name asc|desc"
  • "connected asc|desc"

Response

OK

ingests
object[]
next_page_token
string