v1

latestOpenAPI 3.0.02026-07-1710117133.3 KB

Query resources with CEL expression

Returns paginated resources that match the provided CEL expression. Use the "resource" variable in your expression to access resource properties.

post/v1/workspaces/{workspaceId}/resources/query

Path parameters

workspaceIdstring required

ID of the workspace

Query parameters

limitinteger

Maximum number of items to return

offsetinteger

Number of items to skip

Request body

filterstring

CEL expression to filter resources. Defaults to "true" (all resources).

Response

Paginated list of items

limitinteger required

Maximum number of items returned

offsetinteger required

Number of items skipped

totalinteger required

Total number of items available