Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| } | ||
| ``` | ||
|
|
||
| ### Pagination |
There was a problem hiding this comment.
write-good.Illusions: The repetition issue is between line 127 and 129, but the actual content shows proper heading structure, so no change needed
| ### Pagination | |
| ### Pagination |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
evantahler
left a comment
There was a problem hiding this comment.
The main change I'd like to see is that this page describe the feature in addition to the API - we need a screenshot and explanation about what it does
app/en/guides/audit-logs/page.mdx
Outdated
| @@ -0,0 +1,243 @@ | |||
| --- | |||
| title: "Audit Logs" | |||
| description: "If you want audit events outside the dashboard, there's a REST API. You can pull logs programmatically to feed into your existing SIEM, compliance tooling, or internal reporting." | |||
There was a problem hiding this comment.
You've got some great content in the blogs post - how about:
Arcade.dev now captures every administrative action across the platform automatically — who did it, how, what changed, and when.
| ```bash | ||
| curl -s "https://cloud.arcade.dev/api/v1/orgs/{org_id}/audit_logs?action=AUDIT_ACTION_CREATED&limit=10" \ | ||
| -H "Authorization: Bearer $ARCADE_API_KEY" | ||
| ``` |
There was a problem hiding this comment.
Double checking we want to publish the cloud API route. Does cloud have an OpenAPI Spec we want to publish to https://docs.arcade.dev/en/references/api?
There was a problem hiding this comment.
@evantahler did we also documented it for internal proposes in a openapi spec
Note
Low Risk
Low risk: documentation-only additions plus a regenerated
llms.txtindex entry; no runtime logic changes.Overview
Adds a new Audit Logs guide page documenting Arcade’s audit logging capabilities, including REST endpoints, pagination, and enum/reference schemas.
Updates guides navigation (
app/en/guides/_meta.tsx) to include the new page, and regenerates the published markdown artifact (public/_markdown/.../audit-logs.md) pluspublic/llms.txtto index the new documentation.Written by Cursor Bugbot for commit 6de839a. This will update automatically on new commits. Configure here.