# datarequest.items_available Triggered when the data extraction for a Data Request is complete and Items are available. This is triggered when * The user has successfully connected their account and MeasureOne has successfully extracted all the documents relevant for the Data Request * The user has manually uploaded the required documents for the Data Request Endpoint: POST datarequest.items_available Version: 3.0 Security: Bearer, Basic, Internal, None ## Request fields (application/json): - `datarequest_id` (string) Unique ID of the Data Request identified by MeasureOne Example: "dr_TSEne2SSjP3GvpVrs5HLol4xor2" - `individual_id` (string) Unique ID of the Individual identified by MeasureOne Example: "idv_TSEne2SSjP3GvpVrs5HLol4xor2" - `external_id` (string) Your identifier for the Individual Example: "ABCDECD" - `event` (string) Name of the event Example: "datarequest.items_available" - `is_refresh` (boolean) A flag to identify if event trigger due to a scheduled auto refresh - `refresh_id` (string) Unique ID of a scheduled refresh identified by MeasureOne - `monitor_events` (array) Present only when the webhook is triggered by an Event Based Refresh session. Contains the subscribed monitoring event(s) that caused this notification to be delivered. Each object includes the event type, the customer-provided event name, and event-specific context. - `monitor_events.event` (string) The monitoring event type that was triggered during the refresh session. Enum: "NEW_ITEMS", "REPORT_CHANGED", "NO_ITEMS" - `monitor_events.name` (string) The customer-provided label for this event subscription, as specified in the refresh_policy.schedule.events configuration. Useful for mapping triggered events back to specific subscriptions. - `monitor_events.context` (any) Event-specific context containing details about what triggered the event. The structure varies by event type. - `items` (array) List of items extracted Example: [{"id":"itm_1aJJylkh6Ov9ANpoxd9p0wpEfYq","source_data_type":"TRANSCRIPT_FILE"},{"id":"itm_1aJKUKDmU4MDfqlujB0ENJVNxn3","source_data_type":"TRANSCRIPT_FILE"},{"id":"itm_1aJlaoY6dxe1d0KJPY1A4KDuOUF","source_data_type":"TRANSCRIPT_FILE"},{"id":"itm_1ajjH2BEyAY9JwPYgTY7kdg6uv0","source_data_type":"TRANSCRIPT_FILE"}] - `items.id` (string) Unique ID of the item identified by MeasureOne - `items.source_data_type` (string) The type of the source_data