Skip to main content
POST
/
blobs
/
reconcile
Reconcile blob storage
curl --request POST \
  --url https://api.example.com/blobs/reconcile \
  --header 'Authorization: Bearer <token>'
{
  "s3_total": 123,
  "db_total": 123,
  "healthy": 123,
  "orphaned_s3": 123,
  "missing_s3": 123,
  "orphaned_s3_sample": [
    "<string>"
  ],
  "missing_s3_sample": [
    "<string>"
  ],
  "deleted": 123,
  "dry_run": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.myme.so/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)

Query Parameters

dry_run
enum<string>
default:true
Available options:
true,
false

Response

Reconciliation result

s3_total
number
required
db_total
number
required
healthy
number
required
orphaned_s3
number
required
missing_s3
number
required
orphaned_s3_sample
string[]
required
missing_s3_sample
string[]
required
deleted
number
required
dry_run
boolean
required