jobNimbus.listActivities list current JobNimbus activities with cursor pagination.
automations/jobnimbus-list-activities.automation.ts
Inputs
pageSize defaults to 100 and accepts 1–200. Filter by activity type, creator, primary record, or relationship depth; pass cursor from the previous result. Sort ascending or descending by creation time. Optional second argument { account } selects a named JobNimbus binding.
Output
Returns{ data: JobNimbusActivity[], pagination: { nextCursor, pageSize } }.