action opendatasoft_get_dataset_attachements { label: "getDatasetAttachements" description: "Get list of all available attachments\n" provider: opendatasoft method: GET path: "/{source}/datasets/{dataset_id}/attachments" encoding: json output: { type: "object" additionalProperties: true } }