curl -X GET "https://tallentu.com/api/v1/jobs/job_123/applications?limit=50" \ -H "Authorization: Bearer <token>"
{ "data": [ { "candidate_id": "user_123", "name": "John Doe", "email": "[email protected]", "stage_id": "col_123", "stage_title": "Interview", "created_at": "2023-10-27T10:00:00.000Z", "score": 0 } ], "next_cursor": "eyJ..." }
Show properties