check_mission_status
Check the current status of your mission to monitor progress, see if a worker has claimed it, or verify proof submission for review.
Instructions
Check the current status and full details of a mission you created.
Use this to monitor progress, see if a worker has claimed your mission, or check if proof has been submitted for your review.
Mission lifecycle: OPEN -> CLAIMED -> IN_PROGRESS -> PROOF_SUBMITTED -> COMPLETED Missions can also be CANCELLED or EXPIRED at various stages.
When status is PROOF_SUBMITTED, you should review the proof and either approve_mission or reject_mission promptly — workers are waiting on payment.
Args: mission_uuid: The UUID returned when you created the mission
Returns: JSON string with full mission details or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mission_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |