v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1465766489.0 KB

Searches for registry records using semantic, lexical, or hybrid queries. Returns metadata for matching records ordered by relevance within the specified registry.

post/registry-records/search

Request body

searchQuerystring required

The search query to find matching registry records.

registryIdsRegistryIdentifier[] required

The list of registry identifiers to search within. Currently, you can specify exactly one registry identifier. You can provide either the full Amazon Web Services Resource Name (ARN) or the 12-character alphanumeric registry ID.

maxResultsinteger

The maximum number of records to return in a single call. Valid values are 1 through 20. The default value is 10.

filtersobject

A JSON document that represents a structured metadata filter expression. Supports field-level operators (<code>$eq</code>, <code>$ne</code>, <code>$in</code>) and logical operators (<code>$and</code>, <code>$or</code>) on filterable fields (<code>name</code>, <code>descriptorType</code>, <code>version</code>).

Response

Success