feat(serverless): list app deploy, scaling, audit, and error events - #105
feat(serverless): list app deploy, scaling, audit, and error events#105Ryank90 wants to merge 1 commit into
Conversation
Surface GET /v1/apps/{appId}/events so operators can inspect the control-plane trail without a logs API.
Co-authored-by: Cursor <cursoragent@cursor.com>
|
Important Review skippedAuto reviews are disabled on this repository. To trigger a review, include ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
ListAppEvents(Page[AppEvent]) wrappingGET /v1/apps/{appId}/events.runware serverless apps events <appId>with--type,--limit, and--cursor.--typeis validated locally (deploy,scaling,audit,error).data+nextCursor).apps logsstays a stub.