action opendatasoft_get_record { label: "getRecord" description: "Retrieve a single record based on its ID.\n" provider: opendatasoft method: GET path: "/{source}/datasets/{dataset_id}/records/{record_id}" encoding: json output: { type: "object" additionalProperties: true } }