cURL
curl --request GET \ --url https://{subdomain}.mindhunters.ai/api/v1/tasks/{uuid} \ --header 'Authorization: Bearer <token>'
Retrieves details of a specific task by UUID
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Task UUID
Task retrieved successfully