Skip to main content
Search and filter inventory items with customizable query parameters.
External DocumentationTo learn more, visit the Orca Security documentation.

Basic Parameters

ParameterDescription
Filter ObjectA filter object to filter the results by.

The object can contain the following fields:
- key: [String] The key to filter by.
- values: [Array] The values to filter by.
- type: [String] The type of the filter.
- operator: [String] The REST operator to use for the filter.

For example:
{
“key”: “Status”,
“values”: [
“open”,
“in_progress”
],
“type”: “str”,
“operator”: “in”
}
It is recommended to use the API request builder in Orca UI in order to generate the filter object.
Group ByA comma-separated list of the fields to group all results by.

The first property is the primary group, the second is the secondary, and so on.
LimitThe maximum number of items to retrieve in the request.
OffsetThe index of the first item to retrieve.
Order ByA comma-separated list of the properties to sort the results by in hierarchical order.

The first property is the primary sort, the second is the secondary, and so on.

Prefix a property with - for descending order.
SelectThe fields to include in the response.

Advanced Parameters

ParameterDescription
Full Graph FetchSelect to retrieve complete data for all related entities.
Include TotalSelect to include the total amount of available items in the response.
Max TierThe maximum depth level for related entities data retrieval. Valid input range between 1-5.

Example Output

Workflow Library Example

Search Assets with Orca Security and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop