action opendatasoft_get_dataset { label: "getDataset" description: "List of available endpoints for the specified dataset, with metadata and endpoints.\n\nWill provide links for:\n* the attachments endpoint\n* the files endpoint\n* the records endpoint\n* the catalog endpoint\n" provider: opendatasoft method: GET path: "/{source}/datasets/{dataset_id}" encoding: json output: { type: "object" additionalProperties: true } }