コンテンツにスキップ

ユーザーデータエクスポート (GDPR)

GET
/dashboard/account/export

ユーザーとチームの全データを JSON でダウンロードする (GDPR データポータビリティ)。 Content-Disposition ヘッダー付き。1時間に1回まで。

エクスポートデータ

object
format
string
Example
manako-export-v1
exportedAt
string format: date-time
user
object | null
team
object | null
monitors
Array<object>
object
incidents
Array<object>
object
notificationChannels
Array<object>
object
notificationLogs
Array<object>
object
apiKeys
Array<object>
object
statusPages
Array<object>
object
auditLogs
Array<object>
object
heartbeatTokens
Array<object>
object
webSnapshots
Array<object>
object
_metadata
object
version
string
generatedBy
string
Content-Disposition
string
Example
attachment; filename="manako-export-2026-03-26.json"

クールダウン中 (1時間に1回)

object
error
object
code
string
Example
VALIDATION_ERROR
message
string
Example
Invalid request body
status
integer
Example
400