Poll Service Requests
Perform Poll Service Requests through Epic CareLink.
epic_poll_service_requestswriteepic_carelink
Inputs
- Max Pages
max_pagesnumberrequiredRequired numeric value.
Default:
50 - Max Requests
max_requestsnumberrequiredRequired numeric value.
Default:
40
Outputs
successSuccessoutcomeOutcomepages_readPages Readrequests_listedRequests Listedduplicates_removedDuplicates Removedskipped_missing_external_idSkipped Missing External Iddeferred_countDeferred Countstaged_complete_countStaged Complete Countstaged_partial_countStaged Partial Countpreserved_packet_countPreserved Packet Countattachment_download_countAttachment Download Countattachment_browser_page_countAttachment Browser Page Countattachment_current_frame_pdf_countAttachment Current Frame Pdf Countattachment_portal_popup_countAttachment Portal Popup Countretryable_failure_countRetryable Failure CounterrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- write
- Confirmation recommended
- No
- Retry safe
- No
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"max_pages",
"max_requests"
],
"properties": {
"max_pages": {
"type": "number",
"default": 50,
"description": "Required numeric value.",
"x-workflow-field-type": "number"
},
"max_requests": {
"type": "number",
"default": 40,
"description": "Required numeric value.",
"x-workflow-field-type": "number"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"outcome": {},
"success": {},
"pages_read": {},
"deferred_count": {},
"requests_listed": {},
"duplicates_removed": {},
"staged_partial_count": {},
"staged_complete_count": {},
"preserved_packet_count": {},
"retryable_failure_count": {},
"attachment_download_count": {},
"skipped_missing_external_id": {},
"attachment_browser_page_count": {},
"attachment_portal_popup_count": {},
"attachment_current_frame_pdf_count": {}
},
"additionalProperties": true
}