New findBy
API has been introduced to simplify searching for Assets, Projects, or Groups
Description:
A new findBy
API endpoint has been introduced to simplify searching for Assets, Projects, or Groups by name or user-defined labels. This API provides a flexible way to retrieve a filtered list of matching resources, making it easier to integrate Aptori with external systems. It’s particularly useful for teams that need to reconcile identifiers across systems, perform automated lookups, or enforce consistent naming conventions within CI/CD pipelines and governance tools.
Where to Find It:
Accessible via the public API documentation under the findBy
endpoint. Supports query parameters for name and labels, and returns matching resource metadata.
Who Can Use It:
Available to all users with API access permissions.