Search portable component digests by prefix.
Searches current and historical component revisions by the start of their SHA-256 hex digest, optionally within one component. Returns the latest local revision for each (digest, componentId) pair. Repeat with the returned cursor until it is null.
ROLES: COMPONENT_READ,COMPONENT_WRITE,COMPONENT_ADMIN
Authorizations
Bearer JWT token or API Key (sk-*).
Query Parameters
SHA-256 hex prefix. Empty or 1-64 characters within a selected component; at least 4 characters for instance-wide search.
Restrict results to a local component. Omit for instance-wide search.
Maximum matches returned per page (default 20, maximum 100).
1 <= x <= 100Local version from the previous page cursor; provide with afterDigest and afterComponentId.
x >= 0Digest from the previous page cursor; provide with afterVersion and afterComponentId.
Component ID from the previous page cursor; provide with afterVersion and afterDigest.

