action opendatanetwork_get_datasets { label: "Get datasets" description: "" provider: opendatanetwork method: GET path: "/search/v1/dataset" encoding: json input: { type: "object" properties: { "X-App-Token": { type: "string" } app_token: { type: "string" } dataset_id: { type: "string" } entity_id: { type: "string" } limit: { type: "number" } offset: { type: "number" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }