v1
latestOpenAPI 3.0.02026-08-062903562.2 MBMagicLink
Return the rollup status for a magic-link batch (internal).
Return the rollup status for a batch.
Unscoped findOrFail is intentional: privateEndpoint + app-token-only gate the route and the id is the batch's own surrogate key (not a tenant resource), so there is no cross-org IDOR surface.
get/scoped-magic-link/batch/{batch}
Path parameters
batchinteger required
Response
Batch status rollup.
Example response
{
"id": 4471,
"organization_id": "29720",
"action_scope": "recurring_plan_edit",
"status": "completed",
"total_count": 100,
"completed_count": 98,
"failed_count": 2,
"progress_percentage": 100,
"is_complete": true
}