List recent content embedding owner activity

View as Markdown

Returns entity/person embeddings created or recomputed in the trailing 24 hours, newest first and capped by limit. The similarity timestamp is the embedding-generation watermark through which the cache is current, not refresh completion time.

Authentication

AuthorizationBearer

User bearer token: Supabase or Clerk session JWT, Clerk OAuth access token, or Clerk personal API key

OR
X-API-Keystring

Admin API key for system-to-system write operations

Query parameters

limitintegerOptionalDefaults to 200

Maximum owner rows to return; capped server-side at 500

Response

OK

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
406
Not Acceptable Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error