action gov_get_action_package_activity_list { label: "Get the activity stream of a package (dataset)" description: "Returns a package's activity stream" provider: gov method: GET path: "/action/package_activity_list" encoding: json input: { type: "object" properties: { id: { type: "string" } limit: { type: "integer" } offset: { type: "integer" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }