Soracom · Arazzo Workflow
Soracom Collect SIM Harvest Data
Version 1.0.0
Confirm a SIM exists, pull its Harvest Data entries, and fall back to the generic Harvest endpoint when empty.
Provider
Workflows
collect-sim-harvest-data
Read a SIM and collect its Harvest Data entries, with a generic fallback.
Reads the SIM, pulls its SIM-scoped Harvest Data entries, and falls back to the generic Harvest Data endpoint (resource_type Sim) when the SIM-scoped read returns an empty list.
1
getSim
getSim
Read the SIM to confirm it exists before attempting to collect its data.
2
getSimData
getDataFromSim
Pull the most recent Harvest Data entries the SIM has sent, newest first.
3
getGenericData
getDataEntries
Fall back to the generic Harvest Data endpoint, querying by the Sim resource type with the SIM ID as the resource.
Source API Descriptions
openapi