# Reporting Partner-facing endpoints for retrieving appointments that are pending reporting. ## List pending reporting appointments - [GET /integrations/v1/{domain}/reporting/appointments/pending](https://partners.qubs.io/openapi/reporting/integrations_listpendingreportingappointments.md): Returns the tele reporting appointment view for appointments in the PENDING REPORTING status. Supports cursor-based pagination via pageSize and nextToken. ## List attachments for a pending reporting appointment - [GET /integrations/v1/{domain}/reporting/appointments/{appointmentId}/attachments](https://partners.qubs.io/openapi/reporting/integrations_listpendingreportingappointmentattachments.md): Returns appointment attachments (e.g. referrals, worksheets) for the specified appointment when it is in the PENDING REPORTING status. ## Get a single attachment for a pending reporting appointment - [GET /integrations/v1/{domain}/reporting/appointments/{appointmentId}/attachments/{attachmentGuid}](https://partners.qubs.io/openapi/reporting/integrations_getpendingreportingappointmentattachment.md): Returns a single appointment attachment for the specified appointment when it is in the PENDING REPORTING status. ## List comments for a pending reporting appointment - [GET /integrations/v1/{domain}/reporting/appointments/{appointmentId}/comments](https://partners.qubs.io/openapi/reporting/integrations_listpendingreportingappointmentcomments.md): Returns appointment comments/alerts plus patient comments/alerts for the specified appointment when it is in the PENDING REPORTING status. ## Get a single comment for a pending reporting appointment - [GET /integrations/v1/{domain}/reporting/appointments/{appointmentId}/comments/{commentGuid}](https://partners.qubs.io/openapi/reporting/integrations_getpendingreportingappointmentcomment.md): Returns a single appointment comment/alert or patient comment/alert (for the appointment's patient) when the appointment is in the PENDING REPORTING status.