External DocumentationTo learn more, visit the Port documentation.
Actions
Search Entities
Search for entities in your software catalog based on a set of rules.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Allow Partial Results | Select to allow partial results in the search. |
| Attach Identifier To Title Mirror Properties | Select to attach the identifier of the related entity to the title mirror property. |
| Attach Title To Relations | Select to attach the title of the related entity to the relation. |
| Combinator | The combinator to apply to the search rules. |
| Exclude | A comma-separated list of properties to exclude from the search results. |
| Exclude Calculated Properties | Select to exclude calculated properties from the search results. |
| Include | A comma-separated list of properties to include in the search results. |
| Rules | A list of search rules. For example: |
{
"matchingBlueprints": [
"string"
],
"failedBlueprints": [
"string"
],
"entities": [
{
"identifier": "string",
"title": "string",
"icon": "string",
"team": "string",
"properties": {},
"relations": {}
}
]
}
Was this page helpful?