cURL
curl --request GET \ --url https://api.devin.ai/v2/enterprise/audit-logs \ --header 'Authorization: Bearer <token>'
{ "audit_logs": [ { "audit_log_id": "<string>" } ] }
Enterprise全体の監査ログを取得します。
Documentation IndexFetch the complete documentation index at: https://docs.devin.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.devin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Enterprise 管理者専用の個人用 API キー (apk_user_*)
成功時のレスポンス
監査ログを含むレスポンス。
Show child attributes