curl --request GET \
--url http://localhost/mogl/mogl-backend/api/agent/athlete-pending-jobs-for-confirmation \
--header 'Authorization: Bearer <token>'Returns pending jobs for agent’s athletes. Paginated when no filters applied; returns full list when job_id or athlete_id filter is set.
curl --request GET \
--url http://localhost/mogl/mogl-backend/api/agent/athlete-pending-jobs-for-confirmation \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Page number (only applies when no job_id/athlete_id filters)
1
Items per page (default 100)
100
Filter by specific job ID
1
Filter by specific athlete ID
123
Pending jobs list