New docs? Check out the change log to learn more!
curl --request GET \
--url https://discord.com/api/v10/invites/{code}/target-users/job-status \
--header 'Authorization: <api-key>'{
"status": 123,
"total_users": 2147483647,
"processed_users": 2147483647,
"created_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"error_message": "<string>"
}Get the target users job status for an invite.
curl --request GET \
--url https://discord.com/api/v10/invites/{code}/target-users/job-status \
--header 'Authorization: <api-key>'{
"status": 123,
"total_users": 2147483647,
"processed_users": 2147483647,
"created_at": "2023-11-07T05:31:56Z",
"completed_at": "2023-11-07T05:31:56Z",
"error_message": "<string>"
}Discord bot token
152133200 response for get_invite_target_users_job_status
The status of the job processing the target users.
The total number of users in the provided list.
0 <= x <= 4294967295The number of users processed so far.
0 <= x <= 4294967295The timestamp when the job was created.
The timestamp when the job was successfully completed.
The error message if the job failed.