Skip to main content
POST
/
admin
/
messages
/
shred-status
Get message shred status
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.

Authorizations

Authorization
string
header
required

Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.

Body

application/json
job_id
string
required

Response

Success

status
enum<string>
required
Available options:
not_found