Polls status of a queued message shred operation. Returns progress percentage and whether the job is complete. Requires MESSAGE_SHRED permission.
curl --request POST \
--url https://api.fluxer.app/v1/admin/messages/shred-status \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"job_id": "<string>"
}
'{
"status": "not_found"
}curl --request POST \
--url https://api.fluxer.app/v1/admin/messages/shred-status \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"job_id": "<string>"
}
'{
"status": "not_found"
}