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>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.fluxer.app/llms.txt
Use this file to discover all available pages before exploring further.
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>"
}
'{}