Skip to main content
GET
List Resources

Authorizations

X-CONNECTION-ID
string
header
required
X-API-KEY
string
header
required

Query Parameters

updatedSince
string<date-time> | null

Datetime filter, only return items updated since this datetime. Example format: 2021-01-01T00:00:00+00:00

cursor
string | null

Skip token to continue from the last item in the previous page

limit
integer
default:100

Limit size (page size)

Required range: x >= 0
name
string | null

Filter resources by name (comma-separated values supported)

vendor
string | null

Filter resources by vendor (comma-separated values supported)

state
string | null

Filter resources by state (comma-separated values supported)

Example:

"ACTIVE,DELETED,IGNORED"

type
string | null

Filter resources by type (comma-separated values supported)

Example:

"branch,host,container,dependency,image,unknown"

use_pool
boolean
default:true

Response

Successful Response

items
Resource · object[]
required

List of items returned in the response

next_cursor
string | null

Skip token to continue from the last item in the previous page

previous_cursor
string | null

Skip token to continue from the first item in the previous page