List share links for a file
Returns all share links created by the calling user for a given S3 key. The s3key is normalised (bucket stripped if present) before querying.
Authorizations
Organisation API key. Format: sk_<secret>/<keyname> — the secret portion, a literal slash, and the human-readable key name. The header exulu-api-key is accepted as an alias. A Bearer prefix is tolerated and stripped. Keys with an agent scope are only valid for the scoped agent instance.
Query Parameters
S3 key of the file (as returned by /s3/list).
Response
Share links for the file.
public, password, regular Access control mode for regular shares. Evaluated by checkRecordAccess: public (any authenticated user), users (per-user RBAC), roles (per-role RBAC), teams (per-team RBAC). null for non-regular shares.